Searched refs:template_info (Results 1 – 2 of 2) sorted by relevance
17 $template_info = confToHash(dirname(__FILE__).'/template.info.txt'); variable18 msg('Congrid-Template version: v' . $template_info['date'], 1, '', '', MSG_ADMINS_ONLY);
79 $template_info = confToHash($this->tplDir . 'template.info.txt');80 $template_version = 'v' . $template_info['date'];82 if (isset($template_info['build'])) {83 $template_version .= ' (' . $template_info['build'] . ')';