mirror of
https://github.com/kleeja-official/kleeja.git
synced 2026-07-12 07:41:27 +02:00
for plugins
This commit is contained in:
3
ucp.php
3
ucp.php
@@ -22,6 +22,7 @@ is_array($plugin_run_result = Plugins::getInstance()->run('begin_usrcp_page', ge
|
||||
|
||||
$extra = '';
|
||||
$show_style = true;
|
||||
$styleePath = null;
|
||||
|
||||
switch (g('go'))
|
||||
{
|
||||
@@ -933,6 +934,6 @@ $stylee = empty($stylee) ? 'info' : $stylee;
|
||||
if($show_style)
|
||||
{
|
||||
Saaheader($titlee, $extra);
|
||||
echo $tpl->display($stylee);
|
||||
echo $tpl->display($stylee , $styleePath);
|
||||
Saafooter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user