Changeset 1358:f117338392dc for plugins/blogroll
- Timestamp:
- 08/14/13 14:16:36 (12 years ago)
- Branch:
- default
- Location:
- plugins/blogroll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blogroll/edit.php
r1339 r1358 96 96 <body> 97 97 <?php 98 dcPage::breadcrumb(98 echo dcPage::breadcrumb( 99 99 array( 100 100 html::escapeHTML($core->blog->name) => '', -
plugins/blogroll/index.php
r1339 r1358 178 178 <body> 179 179 <?php 180 dcPage::breadcrumb(180 echo dcPage::breadcrumb( 181 181 array( 182 182 html::escapeHTML($core->blog->name) => '',
Note: See TracChangeset
for help on using the changeset viewer.