[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-forums/bbpress/bb-templates/kakumei/ -> tag-single.php (source)

   1  <?php bb_get_header(); ?>
   2  
   3  <div class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> &raquo; <a href="<?php bb_tag_page_link(); ?>"><?php _e('Tags'); ?></a> &raquo; <?php bb_tag_name(); ?></div>
   4  
   5  <?php do_action('tag_above_table'); ?>
   6  
   7  <?php if ( $topics ) : ?>
   8  
   9  <table id="latest" role="main">
  10  <tr>
  11      <th><?php _e('Topic'); ?> &#8212; <?php bb_new_topic_link(); ?></th>
  12      <th><?php _e('Posts'); ?></th>
  13      <!-- <th><?php _e('Voices'); ?></th> -->
  14      <th><?php _e('Last Poster'); ?></th>
  15      <th><?php _e('Freshness'); ?></th>
  16  </tr>
  17  
  18  <?php foreach ( $topics as $topic ) : ?>
  19  <tr<?php topic_class(); ?>>
  20      <td><?php bb_topic_labels(); ?> <a href="<?php topic_link(); ?>"><?php topic_title(); ?></a><?php topic_page_links(); ?></td>
  21      <td class="num"><?php topic_posts(); ?></td>
  22      <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
  23      <td class="num"><?php topic_last_poster(); ?></td>
  24      <td class="num"><a href="<?php topic_last_post_link(); ?>" title="<?php topic_time(array('format'=>'datetime')); ?>"><?php topic_time(); ?></a></td>
  25  </tr>
  26  <?php endforeach; ?>
  27  </table>
  28  
  29  <p class="rss-link"><a href="<?php bb_tag_posts_rss_link(); ?>" class="rss-link"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr> link for this tag') ?></a></p>
  30  
  31  <?php tag_pages( array( 'before' => '<div class="nav">', 'after' => '</div>' ) ); ?>
  32  
  33  <?php endif; ?>
  34  
  35  <?php post_form(); ?>
  36  
  37  <?php do_action('tag_below_table'); ?>
  38  
  39  <?php manage_tags_forms(); ?>
  40  
  41  <?php bb_get_footer(); ?>


Generated: Thu Dec 7 01:01:35 2017 Cross-referenced by PHPXref 0.7.1