Changeset 1339:11fdde189adb for plugins/tags
- Timestamp:
- 08/12/13 14:10:18 (12 years ago)
- Branch:
- default
- Location:
- plugins/tags
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/tag_posts.php
r1312 r1339 109 109 <body> 110 110 111 <h2><?php echo html::escapeHTML($core->blog->name); ?> › 112 <span class="page-title"><?php echo __('Tag').' “'.html::escapeHTML($tag).'”'; ?></span></h2> 111 <?php 112 dcPage::breadcrumb( 113 array( 114 html::escapeHTML($core->blog->name) => '', 115 __('Tags') => $p_url.'&m=tags', 116 '<span class="page-title">'.__('Tag').' “'.html::escapeHTML($tag).'”'.'</span>' => '' 117 )); 118 ?> 113 119 114 120 <?php -
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.