true ) ); ezcBase::setOptions( $options ); ezcBase::addClassRepository( dirname( __FILE__ ) . '/lib/share', null, 'share' ); $reader = new ezcConfigurationIniReader(); $reader->init( dirname( __FILE__ ), 'settings' ); $ini = $reader->load(); $tc = ezcTemplateConfiguration::getInstance(); $tc->templatePath = dirname( __FILE__ ) . '/templates'; $tc->compilePath = dirname( __FILE__ ) . '/cache'; $tc->addExtension( "shareTemplateFunctions" ); //$tc->addExtension( 'ezcMvcTemplateFunctions' ); ?>