X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=gui%2Fbacula-web%2Fpools.php;h=622792fae06ca43e1b21e24d3ed78d63df24fad2;hb=a32b70937532de56ae3eab22587e62fa219a083d;hp=25839026620a5c154428411d563fe11a13bda9f0;hpb=b9611837d5e695f7819f95e748bc4f1d522adab9;p=bacula%2Fbacula diff --git a/gui/bacula-web/pools.php b/gui/bacula-web/pools.php index 2583902662..622792fae0 100644 --- a/gui/bacula-web/pools.php +++ b/gui/bacula-web/pools.php @@ -1,26 +1,26 @@ tpl->assign('pools',$dbSql->GetVolumeList() ); - // Smarty configuration - $smarty->compile_check = true; - $smarty->debugging = false; - $smarty->force_compile = true; - - $smarty->template_dir = "./templates"; - $smarty->compile_dir = "./templates_c"; - $smarty->config_dir = "./configs"; - - // Get volumes list (pools.tpl) - $smarty->assign('pools',$dbSql->GetVolumeList() ); - - $smarty->display('pools.tpl'); + $dbSql->tpl->display('pools.tpl'); ?>