Changeset 1332:a32f83be8392 for admin/comments.php
- Timestamp:
- 08/11/13 22:56:36 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r1179 r1332 171 171 dcPage::open(__('Comments and trackbacks'),$starting_script); 172 172 173 echo '<h2>'.html::escapeHTML($core->blog->name).' › <span class="page-title">'.__('Comments and trackbacks').'</span></h2>'; 173 echo dcPage::breadcrumb( 174 array( 175 html::escapeHTML($core->blog->name) => '', 176 '<span class="page-title">'.__('Comments and trackbacks').'</span>' => '' 177 )); 174 178 175 179 if (!$core->error->flag())
Note: See TracChangeset
for help on using the changeset viewer.