Skip to content
Snippets Groups Projects
Verified Commit 3ec3ce5c authored by quietone's avatar quietone
Browse files

Back to dev.

parent 9e36c151
Branches
Tags
No related merge requests found
...@@ -1251,29 +1251,13 @@ function hook_page_bottom(array &$page_bottom) { ...@@ -1251,29 +1251,13 @@ function hook_page_bottom(array &$page_bottom) {
function hook_theme($existing, $type, $theme, $path) { function hook_theme($existing, $type, $theme, $path) {
return [ return [
'my_module_display' => [ 'my_module_display' => [
'variables' => [ 'variables' => ['my_modules' => NULL, 'topics' => NULL, 'parents' => NULL, 'tid' => NULL, 'sortby' => NULL, 'my_module_per_page' => NULL],
'my_modules' => NULL,
'topics' => NULL,
'parents' => NULL,
'tid' => NULL,
'sortby' => NULL,
'my_module_per_page' => NULL,
],
], ],
'my_module_list' => [ 'my_module_list' => [
'variables' => [ 'variables' => ['my_modules' => NULL, 'parents' => NULL, 'tid' => NULL],
'my_modules' => NULL,
'parents' => NULL,
'tid' => NULL,
],
], ],
'my_module_icon' => [ 'my_module_icon' => [
'variables' => [ 'variables' => ['new_posts' => NULL, 'num_posts' => 0, 'comment_mode' => 0, 'sticky' => 0],
'new_posts' => NULL,
'num_posts' => 0,
'comment_mode' => 0,
'sticky' => 0,
],
], ],
'status_report' => [ 'status_report' => [
'render element' => 'requirements', 'render element' => 'requirements',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment