Dotclear

Changeset 248


Ignore:
Timestamp:
10/15/08 09:36:54 (5 years ago)
Author:
olivier
Message:

Plugins: Same as [2385]

Location:
plugins
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/alias/index.php

    r226 r248  
    4545<?php 
    4646echo 
    47 '<h2>'.html::escapeHTML($core->blog->name).' &gt; '.__('Aliases').'</h2>'. 
     47'<h2>'.html::escapeHTML($core->blog->name).' &rsaquo; '.__('Aliases').'</h2>'. 
    4848'<h3>'.__('Aliases list').'</h3>'; 
    4949 
  • plugins/authorMode/index.php

    r246 r248  
    5858 
    5959<body> 
    60 <h2><?php echo html::escapeHTML($core->blog->name); ?> &gt; <?php echo __('authorMode'); ?></h2> 
     60<h2><?php echo html::escapeHTML($core->blog->name); ?> &rsaquo; <?php echo __('authorMode'); ?></h2> 
    6161<?php if (!empty($msg)) echo '<p class="message">'.$msg.'</p>'; ?> 
    6262<div id="authormode_options"> 
  • plugins/contactMe/index.php

    r227 r248  
    107107<body> 
    108108<?php 
    109 echo '<h2>'.html::escapeHTML($core->blog->name).' &gt; '.__('Contact me').'</h2>'; 
     109echo '<h2>'.html::escapeHTML($core->blog->name).' &rsaquo; '.__('Contact me').'</h2>'; 
    110110 
    111111if (!empty($_GET['upd'])) { 
  • plugins/writers/index.php

    r225 r248  
    102102if (!$chooser) 
    103103{ 
    104      echo '<h2>'.html::escapeHTML($core->blog->name).' &gt; '.__('Writers').'</h2>'; 
     104     echo '<h2>'.html::escapeHTML($core->blog->name).' &rsaquo; '.__('Writers').'</h2>'; 
    105105      
    106106     echo '<h3>'.__('Active writers').'</h3>'; 
     
    153153     echo 
    154154     '<h2>'.html::escapeHTML($core->blog->name). 
    155      ' &gt; <a href="'.$p_url.'">'.__('Writers').'</a>'. 
    156      ' &gt; '.html::escapeHTML($u_id).'</h2>'. 
     155     ' &rsaquo; <a href="'.$p_url.'">'.__('Writers').'</a>'. 
     156     ' &rsaquo; '.html::escapeHTML($u_id).'</h2>'. 
    157157      
    158158     '<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.

Sites map