Changeset 1339:11fdde189adb for plugins/tags/tags.php
- Timestamp:
- 08/12/13 14:10:18 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/tags.php
r1179 r1339 20 20 21 21 <body> 22 <h2><?php echo html::escapeHTML($core->blog->name); ?> › 23 <span class="page-title"><?php echo __('Tags'); ?></span></h2> 22 <?php 23 dcPage::breadcrumb( 24 array( 25 html::escapeHTML($core->blog->name) => '', 26 '<span class="page-title">'.__('Tags').'</span>' => '' 27 )); 28 ?> 24 29 25 30 <?php
Note: See TracChangeset
for help on using the changeset viewer.