Dotclear


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

Messages are now displayed below the breadcrumb, fixes #1528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/plugin.php

    r1334 r1358  
    8181else 
    8282{ 
    83      call_user_func($open_f,__('Plugin not found')); 
     83     call_user_func($open_f,__('Plugin not found'),'', 
     84          dcPage::breadcrumb( 
     85               array( 
     86                    __('System') => '', 
     87                    '<span class="page-title">'.__('Plugin not found').'</span>' => '' 
     88               )) 
     89     ); 
    8490      
    85      dcPage::breadcrumb( 
    86           array( 
    87                __('System') => '', 
    88                '<span class="page-title">'.__('Plugin not found').'</span>' => '' 
    89           )); 
    90  
    9191     echo '<p>'.__('The plugin you reached does not exist or does not have an admin page.').'</p>'; 
    9292      
Note: See TracChangeset for help on using the changeset viewer.

Sites map