Skip to content

Instantly share code, notes, and snippets.

View MadMikeyB's full-sized avatar
🎯
mikeylicio.us

Michael Burton MadMikeyB

🎯
mikeylicio.us
View GitHub Profile
@MadMikeyB
MadMikeyB / show_topic.tpl
Created December 19, 2011 13:56
/views/forums/mobile/show_topic.tpl
<div class="forumPostBit">
<ul>
<li>
<a onclick="togglePostCtrls()">
<div style="clear:both;"></div>
{{ post['User']['username'] }}
<img src="{{ post['User']['gravatarurl'] }}?s=45" style="float:right !important;" />
<hr />
{{ bb->parse(post['ForumPost']['message']) }}
@MadMikeyB
MadMikeyB / default.tpl
Created December 3, 2011 20:35
HtmlHelper getCrumbs() / addCrumb()
{{ html.getcrumbs() }}