On some pages that are called by the message_die() function call, the IntegraMod headers (left column) does not display. This will allow the headers to be displayed on all pages.
OPEN: includes/functions.php
FIND:
AFTER, ADD:
FIND] $sql_store = $sql;[/code]
REPLACE WITH:
FIND] // // Load the Page Header // if ( !defined('IN_ADMIN') && !defined('HEADER_INC') ) { include($phpbb_root_path . 'includes/page_header.'.$phpEx); } else { include($phpbb_root_path . 'admin/page_header_admin.'.$phpEx); }[/code]
REPLACE WITH: