Changeset 500:f88db2e809f4 for plugins
- Timestamp:
- 07/03/11 22:12:27 (14 years ago)
- Branch:
- default
- Location:
- plugins
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/index.php
r270 r500 102 102 } 103 103 ?> 104 <h2><?php echo html::escapeHTML($core->blog->name); ?> › about:config</h2>104 <h2><?php echo html::escapeHTML($core->blog->name); ?> › <span class="page-title">about:config</span></h2> 105 105 106 106 <div id="local" class="multi-part" title="<?php echo __('blog settings'); ?>"> -
plugins/antispam/index.php
r270 r500 110 110 <body> 111 111 <?php 112 echo '<h2>'.html::escapeHTML($core->blog->name).' › '.$page_name.'</h2>';112 echo '<h2>'.html::escapeHTML($core->blog->name).' › <span class="page-title">'.$page_name.'</span></h2>'; 113 113 114 114 if ($filter_gui !== false) -
plugins/blogroll/index.php
r454 r500 215 215 216 216 <body> 217 <h2><?php echo html::escapeHTML($core->blog->name); ?> › Blogroll</h2>217 <h2><?php echo html::escapeHTML($core->blog->name); ?> › <span class="page-title">Blogroll</span></h2> 218 218 219 219 <?php -
plugins/blowupConfig/index.php
r270 r500 218 218 echo 219 219 '<h2>'.html::escapeHTML($core->blog->name). 220 ' › <a href="blog_theme.php">'.__('Blog appearance').'</a> › '.__('Blowup configuration').'</h2>'.220 ' › <a href="blog_theme.php">'.__('Blog appearance').'</a> › <span class="page-title">'.__('Blowup configuration').'</span></h2>'. 221 221 '<p><a class="back" href="blog_theme.php">'.__('back').'</a></p>'; 222 222 -
plugins/importExport/index.php
r270 r500 97 97 { 98 98 echo '<h2><a href="'.$p_url.'">'.__('Import/Export').'</a>'. 99 ' › '.html::escapeHTML($current_module->name).'</h2>';99 ' › <span class="page-title">'.html::escapeHTML($current_module->name).'</span></h2>'; 100 100 101 101 echo '<div id="ie-gui">'; -
plugins/maintenance/index.php
r270 r500 69 69 70 70 <body> 71 <h2 ><?php echo __('Maintenance'); ?></h2>71 <h2 class="page-title"><?php echo __('Maintenance'); ?></h2> 72 72 73 73 <?php -
plugins/pages/list.php
r270 r500 176 176 <body> 177 177 <?php 178 echo '<h2>'.html::escapeHTML($core->blog->name).' › '.__('Pages').'</h2>'.178 echo '<h2>'.html::escapeHTML($core->blog->name).' › <span class="page-title">'.__('Pages').'</span></h2>'. 179 179 '<p class="top-add"><a class="button add" href="'.$p_url.'&act=page">'.__('New page').'</a></p>'; 180 180 -
plugins/pages/page.php
r458 r500 320 320 321 321 echo '<h2>'.html::escapeHTML($core->blog->name). 322 ' › <a href="'.$p_url.'">'.__('Pages').'</a> › '.$page_title;322 ' › <a href="'.$p_url.'">'.__('Pages').'</a> › <span class="page-title">'.$page_title.'</span>'; 323 323 324 324 if ($post_id && $post->post_status == 1) { -
plugins/pings/index.php
r270 r500 51 51 <body> 52 52 <?php 53 echo '<h2 >'.__('Pings configuration').'</h2>';53 echo '<h2 class="page-title">'.__('Pings configuration').'</h2>'; 54 54 55 55 if (!empty($_GET['up'])) { -
plugins/tags/tag_posts.php
r270 r500 110 110 111 111 <h2><?php echo html::escapeHTML($core->blog->name); ?> › 112 < ?php echo __('Edit tag'); ?></h2>112 <span class="page-title"><?php echo __('Edit tag'); ?></span></h2> 113 113 114 114 <?php -
plugins/tags/tags.php
r270 r500 21 21 <body> 22 22 <h2><?php echo html::escapeHTML($core->blog->name); ?> › 23 < ?php echo __('Tags'); ?></h2>23 <span class="page-title"><?php echo __('Tags'); ?></span></h2> 24 24 25 25 <?php -
plugins/themeEditor/index.php
r270 r500 69 69 <body> 70 70 <?php echo '<h2>'.html::escapeHTML($core->blog->name). 71 ' › <a href="blog_theme.php">'.__('Blog appearance').'</a> › '.__('Theme Editor').'</h2>'; ?>71 ' › <a href="blog_theme.php">'.__('Blog appearance').'</a> › <span class="page-title">'.__('Theme Editor').'</span></h2>'; ?> 72 72 73 73 <p><strong><?php echo sprintf(__('Your current theme on this blog is "%s".'),html::escapeHTML($T['name'])); ?></strong></p> -
plugins/userPref/index.php
r270 r500 98 98 } 99 99 ?> 100 <h2><?php echo html::escapeHTML($core->auth->userID()); ?> › user:preferences</h2>100 <h2><?php echo html::escapeHTML($core->auth->userID()); ?> › <span class="page-title">user:preferences</span></h2> 101 101 102 102 <div id="local" class="multi-part" title="<?php echo __('user preferences'); ?>"> -
plugins/widgets/index.php
r270 r500 163 163 <body> 164 164 <?php 165 echo '<h2>'.html::escapeHTML($core->blog->name).' › '.__('Widgets').'</h2>';165 echo '<h2>'.html::escapeHTML($core->blog->name).' › <span class="page-title">'.__('Widgets').'</span></h2>'; 166 166 167 167 # All widgets
Note: See TracChangeset
for help on using the changeset viewer.