*/ /** * Komponent stSmartyFrontendComponents * * @package stSmartyPlugin * @subpackage actions */ class stSmartyFrontendComponents extends sfComponents { public function executeShow() { $this->smarty = new stSmarty('stSmartyFrontend'); } }