diff options
Diffstat (limited to 'phpBB/ucp.php')
-rwxr-xr-x | phpBB/ucp.php | 11 |
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 |