mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
Update go.php
to allow the developers to defining the path of their templates
This commit is contained in:
3
go.php
3
go.php
@@ -19,6 +19,7 @@ require_once 'includes/common.php';
|
|||||||
|
|
||||||
$current_go_case = g('go');
|
$current_go_case = g('go');
|
||||||
$show_style = true;
|
$show_style = true;
|
||||||
|
$styleePath = null;
|
||||||
|
|
||||||
is_array($plugin_run_result = Plugins::getInstance()->run('begin_go_page', get_defined_vars())) ? extract($plugin_run_result) : null; //run hook
|
is_array($plugin_run_result = Plugins::getInstance()->run('begin_go_page', get_defined_vars())) ? extract($plugin_run_result) : null; //run hook
|
||||||
|
|
||||||
@@ -675,6 +676,6 @@ $titlee = empty($titlee) ? '' : $titlee;
|
|||||||
if($show_style)
|
if($show_style)
|
||||||
{
|
{
|
||||||
Saaheader($titlee);
|
Saaheader($titlee);
|
||||||
echo $tpl->display($stylee);
|
echo $tpl->display($stylee , $styleePath);
|
||||||
Saafooter();
|
Saafooter();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user