Changeset 1339:11fdde189adb for plugins/blogroll/index.php
- Timestamp:
- 08/12/13 14:10:18 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blogroll/index.php
r1179 r1339 177 177 178 178 <body> 179 <h2><?php echo html::escapeHTML($core->blog->name); ?> › <span class="page-title"><?php echo __('Blogroll'); ?></span></h2> 179 <?php 180 dcPage::breadcrumb( 181 array( 182 html::escapeHTML($core->blog->name) => '', 183 '<span class="page-title">'.__('Blogroll').'</span>' => '' 184 )); 185 ?> 180 186 181 187 <?php
Note: See TracChangeset
for help on using the changeset viewer.