Changeset 248
- Timestamp:
- 10/15/08 09:36:54 (5 years ago)
- Location:
- plugins
- Files:
-
- 4 edited
-
alias/index.php (modified) (1 diff)
-
authorMode/index.php (modified) (1 diff)
-
contactMe/index.php (modified) (1 diff)
-
writers/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/alias/index.php
r226 r248 45 45 <?php 46 46 echo 47 '<h2>'.html::escapeHTML($core->blog->name).' & gt; '.__('Aliases').'</h2>'.47 '<h2>'.html::escapeHTML($core->blog->name).' › '.__('Aliases').'</h2>'. 48 48 '<h3>'.__('Aliases list').'</h3>'; 49 49 -
plugins/authorMode/index.php
r246 r248 58 58 59 59 <body> 60 <h2><?php echo html::escapeHTML($core->blog->name); ?> & gt; <?php echo __('authorMode'); ?></h2>60 <h2><?php echo html::escapeHTML($core->blog->name); ?> › <?php echo __('authorMode'); ?></h2> 61 61 <?php if (!empty($msg)) echo '<p class="message">'.$msg.'</p>'; ?> 62 62 <div id="authormode_options"> -
plugins/contactMe/index.php
r227 r248 107 107 <body> 108 108 <?php 109 echo '<h2>'.html::escapeHTML($core->blog->name).' & gt; '.__('Contact me').'</h2>';109 echo '<h2>'.html::escapeHTML($core->blog->name).' › '.__('Contact me').'</h2>'; 110 110 111 111 if (!empty($_GET['upd'])) { -
plugins/writers/index.php
r225 r248 102 102 if (!$chooser) 103 103 { 104 echo '<h2>'.html::escapeHTML($core->blog->name).' & gt; '.__('Writers').'</h2>';104 echo '<h2>'.html::escapeHTML($core->blog->name).' › '.__('Writers').'</h2>'; 105 105 106 106 echo '<h3>'.__('Active writers').'</h3>'; … … 153 153 echo 154 154 '<h2>'.html::escapeHTML($core->blog->name). 155 ' & gt; <a href="'.$p_url.'">'.__('Writers').'</a>'.156 ' & gt; '.html::escapeHTML($u_id).'</h2>'.155 ' › <a href="'.$p_url.'">'.__('Writers').'</a>'. 156 ' › '.html::escapeHTML($u_id).'</h2>'. 157 157 158 158 '<p>'.sprintf(__('You are about to set permissions on the blog %s for user %s (%s).'),
Note: See TracChangeset
for help on using the changeset viewer.