Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
eeddd823
Commit
eeddd823
authored
Jun 09, 2014
by
alexpott
Browse files
Issue
#1539636
by StevenPatz | NROTC_Webmaster: Make seven theme pass Coder Review.
parent
14b3d706
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/themes/seven/seven.theme
View file @
eeddd823
...
...
@@ -40,8 +40,7 @@ function seven_preprocess_page(&$variables) {
* Overrides theme_menu_local_tasks().
*
* Returns HTML for primary and secondary local tasks.
*
**/
*/
function
seven_menu_local_tasks
(
&
$variables
)
{
$output
=
''
;
...
...
@@ -80,8 +79,7 @@ function seven_menu_local_tasks(&$variables) {
* Overrides theme_menu_local_task().
*
* Returns HTML for a local task.
*
**/
*/
function
seven_menu_local_task
(
$variables
)
{
$link
=
$variables
[
'element'
][
'#link'
];
$link
+=
array
(
...
...
@@ -326,7 +324,7 @@ function seven_form_node_form_alter(&$form, &$form_state) {
);
$form
[
'advanced'
][
'#type'
]
=
'container'
;
$form
[
'meta'
]
=
array
(
$form
[
'meta'
]
=
array
(
'#attributes'
=>
array
(
'class'
=>
array
(
'entity-meta-header'
)),
'#type'
=>
'container'
,
'#group'
=>
'advanced'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment