Dotclear


Ignore:
Timestamp:
08/11/13 22:56:36 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

New dcPage::breadcrumb function, applied to some other admin's pages, should be continued by me

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/comment.php

    r1179 r1332  
    184184     } 
    185185      
    186      echo '<h2>'.html::escapeHTML($core->blog->name).' &rsaquo; <a href="'. 
    187           $core->getPostAdminURL($post_type,$post_id).'&amp;co=1#c'.$comment_id.'"> '. 
    188           $post_title.'</a> &rsaquo; <span class="page-title">'.__('Edit comment').'</span></h2>'; 
    189            
     186     echo dcPage::breadcrumb( 
     187          array( 
     188               html::escapeHTML($core->blog->name) => '', 
     189               html::escapeHTML($post_title) => $core->getPostAdminURL($post_type,$post_id).'&amp;co=1#c'.$comment_id, 
     190               '<span class="page-title">'.__('Edit comment').'</span>' => '' 
     191          )); 
     192 
    190193     echo 
    191194     '<form action="comment.php" method="post" id="comment-form">'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map