Dotclear


Ignore:
Timestamp:
08/12/13 14:10:18 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

New dcPage::breadcrumb function, last step at least

Location:
plugins/tags
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/tags/tag_posts.php

    r1312 r1339  
    109109<body> 
    110110 
    111 <h2><?php echo html::escapeHTML($core->blog->name); ?> &rsaquo; 
    112 <span class="page-title"><?php echo __('Tag').' &ldquo;'.html::escapeHTML($tag).'&rdquo;'; ?></span></h2> 
     111<?php 
     112dcPage::breadcrumb( 
     113     array( 
     114          html::escapeHTML($core->blog->name) => '', 
     115          __('Tags') => $p_url.'&amp;m=tags', 
     116          '<span class="page-title">'.__('Tag').' &ldquo;'.html::escapeHTML($tag).'&rdquo;'.'</span>' => '' 
     117     )); 
     118?> 
    113119 
    114120<?php 
  • plugins/tags/tags.php

    r1179 r1339  
    2020 
    2121<body> 
    22 <h2><?php echo html::escapeHTML($core->blog->name); ?> &rsaquo; 
    23 <span class="page-title"><?php echo __('Tags'); ?></span></h2> 
     22<?php 
     23dcPage::breadcrumb( 
     24     array( 
     25          html::escapeHTML($core->blog->name) => '', 
     26          '<span class="page-title">'.__('Tags').'</span>' => '' 
     27     )); 
     28?> 
    2429 
    2530<?php 
Note: See TracChangeset for help on using the changeset viewer.

Sites map