aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/ucp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/ucp.php')
-rwxr-xr-xphpBB/ucp.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php
index 70b6447324..d9dfc9d1ba 100755
--- a/phpBB/ucp.php
+++ b/phpBB/ucp.php
@@ -249,4 +249,15 @@ $template->set_filenames(array(
page_footer();
+
+/**
+* Function for assigning a template var if the zebra module got included
+*/
+function _module_zebra($mode, &$module_row)
+{
+ global $template;
+
+ $template->assign_var('S_ZEBRA_ENABLED', true);
+}
+
?> \ No newline at end of file