mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 11:24:35 +02:00
[ticket/11533] Columns counter for notification settings
Add columns counter template variable. It counts number of notification types + column for name + column for checkbox PHPBB3-11533
This commit is contained in:
@ -200,6 +200,10 @@ class ucp_notifications
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$template->assign_vars(array(
|
||||
strtoupper($block) . '_COLS' => sizeof($notification_methods) + 2,
|
||||
));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user