Dotclear

Changeset 3178


Ignore:
Timestamp:
09/18/13 00:54:03 (10 years ago)
Author:
brol
Message:

breadcrumb compatible dc2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/fakemeup/index.php

    r3177 r3178  
    114114<body> 
    115115<?php 
    116      global $_lang; 
    117  
    118      echo '<h2>'.__('Fake Me Up').'</h2>'; 
     116 
     117     echo dcPage::breadcrumb( 
     118          array( 
     119               __('System') => '', 
     120               '<span class="page-title">'.__('Fake Me Up').'</span>' => '' 
     121          )); 
     122 
    119123     if (isset($_POST['erase_backup'])) { 
    120124          @unlink(DC_DIGESTS_BACKUP); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map