Issue #1539636 by StevenPatz | NROTC_Webmaster: Make seven theme pass Coder Review.

8.0.x
Alex Pott 2014-06-09 18:20:35 -05:00
parent 14b3d70650
commit eeddd82301
1 changed files with 3 additions and 5 deletions

View File

@ -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',