X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fsmarty%2Fresource.kyberia.php;h=bf22a85a48800606a75f7edc5c95d6662819750c;hb=8b1d21e6dc9d2eae1f08eb6f4ca52bde9bc0efab;hp=0c1d51d453d26880bfddff265857f16471d86825;hpb=bb1dde27605f903685e3eccaf32c3e399b0cbb7c;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/smarty/resource.kyberia.php b/wwwroot/inc/smarty/resource.kyberia.php index 0c1d51d..bf22a85 100644 --- a/wwwroot/inc/smarty/resource.kyberia.php +++ b/wwwroot/inc/smarty/resource.kyberia.php @@ -17,9 +17,10 @@ function db_get_template ($tpl_name, &$tpl_source, &$smarty_obj) { if (is_numeric($template_id)) { $tpl_source = nodes::getNodeById($template_id,empty($_SESSION['user_id']) ? "" : $_SESSION['user_id']); } - $tpl_source = "\n\n\n\n". + $template_name = $tpl_source['node_name']; + $tpl_source = "\n\n\n\n". $tpl_source['node_content']. - "\n\n\n\n"; + "\n\n\n\n"; // return true on success, false to generate failure notification return (bool)$tpl_source;