Changeset 1358:f117338392dc for admin/update.php
- Timestamp:
- 08/14/13 14:16:36 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/update.php
r1334 r1358 168 168 -------------------------------------------------------- */ 169 169 dcPage::open(__('Dotclear update'), 170 (!$step ? dcPage::jsPageTabs($default_tab) : '') 171 ); 172 173 if (!$core->error->flag()) { 170 (!$step ? dcPage::jsPageTabs($default_tab) : ''), 174 171 dcPage::breadcrumb( 175 172 array( 176 173 __('System') => '', 177 174 '<span class="page-title">'.__('Dotclear update').'</span>' => '' 178 )) ;179 } 175 )) 176 ); 180 177 181 178 if (!$step)
Note: See TracChangeset
for help on using the changeset viewer.