Changeset 9939
- Timestamp:
- 11/14/08 18:36:36 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/gadgets/Layout/AdminHTML.php
r9809 r9939 278 278 $t->Load(JAWS_DATA . 'themes/' . $theme . '/layout.html', false); 279 279 280 281 280 // Validate theme 282 281 if (!isset($t->Blocks['layout'])) { … … 360 359 } 361 360 $GLOBALS['app']->Registry->Commit('core'); 361 362 //remove all cached files 363 $GLOBALS['app']->Cache->delete(); 364 362 365 $GLOBALS['app']->Session->PushLastResponse(_t('LAYOUT_THEME_CHANGED'), RESPONSE_NOTICE); 363 366 Jaws_Header::Location(BASE_SCRIPT . '?gadget=Layout');
