From 2f9022aac6d4c942e72b81e40cff97a01ce49e3e Mon Sep 17 00:00:00 2001 From: Mitan Omar <22119228+MitanOmar@users.noreply.github.com> Date: Tue, 30 Apr 2019 02:04:39 +0200 Subject: [PATCH] for plugins --- ucp.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ucp.php b/ucp.php index 59cf00d..5faaae3 100755 --- a/ucp.php +++ b/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(); }