Skip to content

Instantly share code, notes, and snippets.

@MadMikeyB
Created December 19, 2011 13:56
Show Gist options
  • Save MadMikeyB/1497341 to your computer and use it in GitHub Desktop.
Save MadMikeyB/1497341 to your computer and use it in GitHub Desktop.
/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']) }}
</a>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment