Changeset 1358:f117338392dc for plugins/tags
- Timestamp:
- 08/14/13 14:16:36 (12 years ago)
- Branch:
- default
- Location:
- plugins/tags
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/tag_posts.php
r1339 r1358 110 110 111 111 <?php 112 dcPage::breadcrumb(112 echo dcPage::breadcrumb( 113 113 array( 114 114 html::escapeHTML($core->blog->name) => '', -
plugins/tags/tags.php
r1339 r1358 21 21 <body> 22 22 <?php 23 dcPage::breadcrumb(23 echo dcPage::breadcrumb( 24 24 array( 25 25 html::escapeHTML($core->blog->name) => '',
Note: See TracChangeset
for help on using the changeset viewer.