Пример #1
0
"><?php 
bb_option('name');
?>
</a><?php 
bb_forum_bread_crumb();
?>
</div>
<div class="infobox" role="main">

<div id="topic-info">
<span id="topic_labels"><?php 
bb_topic_labels();
?>
</span>
<h2<?php 
topic_class('topictitle');
?>
><?php 
topic_title();
?>
</h2>
<span id="topic_posts">(<?php 
topic_posts_link();
?>
)</span>
<span id="topic_voices">(<?php 
printf(_n('%s voice', '%s voices', bb_get_topic_voices()), bb_get_topic_voices());
?>
)</span>

<ul class="topicmeta">
Пример #2
0
</th>
				<th><?php 
    _e('Last Poster');
    ?>
</th>
				<th><?php 
    _e('Freshness');
    ?>
</th>
			</tr>

			<?php 
    foreach ($topics as $topic) {
        ?>
			<tr<?php 
        topic_class();
        ?>
>
				<td><a href="<?php 
        topic_link();
        ?>
"><?php 
        topic_title();
        ?>
</a></td>
				<td class="num"><?php 
        topic_posts();
        ?>
</td>
				<td class="num"><?php 
        topic_last_poster();