initialize() public method

Initialize the template manager.
public initialize ( )
Example #1
0
 /**
  * Initialize the template manager.
  */
 function initialize()
 {
     // Add uncompilable styles
     $this->addStyleSheet($this->request->getBaseUrl() . '/styles/lib.css', STYLE_SEQUENCE_CORE);
     parent::initialize();
 }