Changeset 4889
- Timestamp:
- 08/22/07 22:02:23 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfSimpleCMSPlugin/lib/helper/sfSimpleCMSHelper.php
r4888 r4889 4 4 function include_editor_tools($page) 5 5 { 6 use_stylesheet('/sfSimpleCMSPlugin/css/CMSEditorTools.css');7 6 if (sfContext::getInstance()->getRequest()->getParameter('edit') == 'true' && !sfConfig::get('app_sfSimpleCMS_disable_editor_toolbar', false)) 8 7 { 8 use_stylesheet('/sfSimpleCMSPlugin/css/CMSEditorTools.css'); 9 9 include_component('sfSimpleCMS', 'editorTools', array('page' => $page)); 10 10 }