advanced-forum.bootstrap.forum-legend.tpl.php in Advanced Forum Bootstrap 7.3
Theme implementation to show forum legend.
File
styles/bootstrap/advanced-forum.bootstrap.forum-legend.tpl.phpView source
<?php
/**
* @file
* Theme implementation to show forum legend.
*
*/
?>
<ul class="list-unstyled">
<li>
<span class="glyphicon glyphicon-star"></span> <?php
print t('New posts');
?>
</li>
<li>
<span class="glyphicon glyphicon-star-empty"></span> <?php
print t('No new posts');
?>
</li>
</ul>