Development

Changeset 4889

You must first sign up to be able to contribute.

Changeset 4889

Show
Ignore:
Timestamp:
08/22/07 22:02:23 (1 year ago)
Author:
francois
Message:

sfSimpleCMSPlugin: Removed editor CSS from pages in View mode

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfSimpleCMSPlugin/lib/helper/sfSimpleCMSHelper.php

    r4888 r4889  
    44function include_editor_tools($page) 
    55{ 
    6   use_stylesheet('/sfSimpleCMSPlugin/css/CMSEditorTools.css'); 
    76  if (sfContext::getInstance()->getRequest()->getParameter('edit') == 'true' && !sfConfig::get('app_sfSimpleCMS_disable_editor_toolbar', false)) 
    87  { 
     8    use_stylesheet('/sfSimpleCMSPlugin/css/CMSEditorTools.css'); 
    99    include_component('sfSimpleCMS', 'editorTools', array('page' => $page)); 
    1010  }