X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=inc%2Fsmarty%2Fnode_methodz%2Ffunction.get_node_commanders.php;h=a64e7b55b564f46e864b84d5c697b3bd19ca391b;hb=b42b2bf946332ad8544d53f610be9cb05e80bf56;hp=51c66ecabb6e512e1fe9562a60482b0b75fd4834;hpb=e586807dafc64c3fe152ab518599e6cf3f0f84e1;p=mirrors%2FKyberia-bloodline.git diff --git a/inc/smarty/node_methodz/function.get_node_commanders.php b/inc/smarty/node_methodz/function.get_node_commanders.php index 51c66ec..a64e7b5 100644 --- a/inc/smarty/node_methodz/function.get_node_commanders.php +++ b/inc/smarty/node_methodz/function.get_node_commanders.php @@ -8,11 +8,15 @@ function smarty_function_get_node_commanders($brawco,&$smarty) { $commanders[$set->getString('node_permission')].=$set->getString('login').";"; } + $smarty->assign('get_node_commanders',$commanders); $smarty->assign('masters',$commanders['master']); $smarty->assign('ops',$commanders['op']); $smarty->assign('access',$commanders['access']); $smarty->assign('bans',$commanders['ban']); $smarty->assign('silence',$commanders['silence']); + $smarty->assign('execute',$commanders['execute']); + } ?> +