public function preExecute()
 {
     sfConfig::set('app_rt_node_title', 'Users');
     rtTemplateToolkit::setFrontendTemplateDir();
     parent::preExecute();
 }
 public function preExecute()
 {
     parent::preExecute();
     policatActions::preExecuteCacheHeaders($this->getRequest(), $this->getResponse(), $this->getUser(), $this->isSecure());
 }