Changeset 3730:5c45a5df9a59 for admin/index.php
- Timestamp:
- 03/08/18 17:58:39 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
admin/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r3725 r3730 320 320 form::hidden('post_lang', $core->auth->getInfo('user_lang')) . 321 321 form::hidden('post_notes', '') . 322 '</p>' . 323 '</form>' . 322 '</p>' . 323 '</form>' . 324 '</div>'; 325 } 326 } 327 328 if ($dashboardContents != '' || $dashboardItems != '') { 329 echo 330 '<div id="dashboard-boxes">' . 331 ($dashboardItems != '' ? '<div class="db-items">' . $dashboardItems . '</div>' : '') . 332 ($dashboardContents != '' ? '<div class="db-contents">' . $dashboardContents . '</div>' : '') . 324 333 '</div>'; 325 } 326 } 327 328 if ($dashboardContents != '' || $dashboardItems != '') { 329 echo 330 '<div id="dashboard-boxes">' . 331 ($dashboardItems != '' ? '<div class="db-items">' . $dashboardItems . '</div>' : '') . 332 ($dashboardContents != '' ? '<div class="db-contents">' . $dashboardContents . '</div>' : '') . 333 '</div>'; 334 } 335 336 echo '</div>'; #end dashboard-main 337 dcPage::helpBlock('core_dashboard'); 338 dcPage::close(); 334 } 335 336 echo '</div>'; #end dashboard-main 337 dcPage::helpBlock('core_dashboard'); 338 dcPage::close();
Note: See TracChangeset
for help on using the changeset viewer.
