Changeset 3:cf375f1e7b0f for plugins/pages/list.php
- Timestamp:
- 04/27/11 09:06:30 (14 years ago)
- Branch:
- userprefs
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/list.php
r0 r3 176 176 <body> 177 177 <?php 178 echo '<h2>'.html::escapeHTML($core->blog->name).' › '.__('Pages'). 179 ' - <a class="button" href="'.$p_url.'&act=page">'.__('New page').'</a></h2>';178 echo '<h2>'.html::escapeHTML($core->blog->name).' › '.__('Pages').'</h2>'. 179 '<p class="top-add"><a class="button add" href="'.$p_url.'&act=page"><img src="images/add.png" alt="" />'.__('New page').'</a></p>'; 180 180 181 181 if (!$core->error->flag())
Note: See TracChangeset
for help on using the changeset viewer.