_getModuleTitleListParam($browserTitle); if(!empty($this->bean->id)){ $crumbs[] = "{$this->bean->name}"; } $crumbs[] = $mod_strings['LBL_PROJECT_TEMPLATE']; return $crumbs; } function display() { $this->bean->is_template = 1; $this->ev->ss->assign("is_template", 1); parent::display(); } }