Dotclear


Ignore:
Timestamp:
09/30/13 11:56:33 (12 years ago)
Author:
Dsls
Branch:
default
Message:

revamped dcPage::breadcrumb, closes #1559

Location:
plugins/tags
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/tags/_admin.php

    r2065 r2166  
    151151                              html::escapeHTML($core->blog->name) => '', 
    152152                              __('Entries') => $ap->getRedirection(array(),true), 
    153                               '<span class="page-title">'.__('Add tags to this selection').'</span>' => '' 
     153                              __('Add tags to this selection') => '' 
    154154                    )), 
    155155                    dcPage::jsLoad('js/jquery/jquery.autocomplete.js'). 
     
    228228                                   html::escapeHTML($core->blog->name) => '', 
    229229                                   __('Entries') => 'posts.php', 
    230                                    '<span class="page-title">'.__('Remove selected tags from this selection').'</span>' => '' 
     230                                   __('Remove selected tags from this selection') => '' 
    231231               ))); 
    232232               $posts_count = count($_POST['entries']); 
  • plugins/tags/tag_posts.php

    r2079 r2166  
    9191          html::escapeHTML($core->blog->name) => '', 
    9292          __('Tags') => $p_url.'&amp;m=tags', 
    93           '<span class="page-title">'.__('Tag').' &ldquo;'.html::escapeHTML($tag).'&rdquo;'.'</span>' => '' 
     93          __('Tag').' &ldquo;'.html::escapeHTML($tag).'&rdquo;' => '' 
    9494     )); 
    9595?> 
  • plugins/tags/tags.php

    r2003 r2166  
    2424     array( 
    2525          html::escapeHTML($core->blog->name) => '', 
    26           '<span class="page-title">'.__('Tags').'</span>' => '' 
     26          __('Tags') => '' 
    2727     )); 
    2828?> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map