Skip to content
Snippets Groups Projects
Commit 259fd16b authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

[gh-552] Remove debug statements from 73149474

parent 73149474
No related branches found
No related tags found
No related merge requests found
...@@ -21,11 +21,6 @@ function unl_wdn_css_alter(&$css) { ...@@ -21,11 +21,6 @@ function unl_wdn_css_alter(&$css) {
* Implements template_preprocess_block(). * Implements template_preprocess_block().
*/ */
function unl_wdn_preprocess_block(&$vars) { function unl_wdn_preprocess_block(&$vars) {
if($vars['block_html_id'] != 'block-system-main-menu' &&
$vars['block_html_id'] != 'block-menu-block-1' &&
$vars['block_html_id'] != 'block-system-main' )
{echo '<pre>';var_dump($vars);echo '</pre>'; }
// Add Menu Block class to book navigation block so that they can share CSS. // Add Menu Block class to book navigation block so that they can share CSS.
if ($vars['block_html_id'] == 'block-book-navigation') { if ($vars['block_html_id'] == 'block-book-navigation') {
$vars['classes_array'][] = 'block-menu-block'; $vars['classes_array'][] = 'block-menu-block';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment