Home
last modified time | relevance | path

Searched refs:template_info (Results 1 – 2 of 2) sorted by relevance

/template/congrid/
H A Dtpl_init.php17 $template_info = confToHash(dirname(__FILE__).'/template.info.txt'); variable
18 msg('Congrid-Template version: v' . $template_info['date'], 1, '', '', MSG_ADMINS_ONLY);
/template/bootstrap3/
H A DTemplate.php79 $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'] . ')';