Skip to content

Instantly share code, notes, and snippets.

@ryanbattles
Created May 27, 2013 19:05
Show Gist options
  • Save ryanbattles/5658593 to your computer and use it in GitHub Desktop.
Save ryanbattles/5658593 to your computer and use it in GitHub Desktop.
<h4><strong><a title="{forum_name}" href="{path:viewforum}">{forum_name}</a></strong></h4>
{if logged_in} <a class="fancybox-forum" href="/resources/forum-subscriptions/&lt;?php $tokens = explode('/', '{path:viewforum}'); echo $tokens[sizeof($tokens)-2]; ?&gt;"><small>Manage Subscription</small></a> {/if} {if forum_description}
<p class="fm-description">{forum_description}</p>
{/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment