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