Created
December 19, 2011 13:56
-
-
Save MadMikeyB/1497341 to your computer and use it in GitHub Desktop.
/views/forums/mobile/show_topic.tpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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