Closed (works as designed)
Project:
SeeD Theme
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2013 at 03:24 UTC
Updated:
7 Jan 2013 at 05:40 UTC
In template.php, the page_process hook has a switch case asking for what seems to be the wrong variable:
Line 237
<?php
case 'seed_messages':
if ($seed['show_messages']) {
?>Inspecting with Devel, seems to be a different name:
<?php
case 'seed_messages':
if ($seed['messages_as_block']) {
?>
Comments
Comment #1
hachesilva commentedNvm, found that show_messages was being set in preprocess_page hook. Sorry