1) you copy this file: pluginssystemjat3base-themesdefaultpagedefault.php to the
templates/ja_telineiv/page folder
Then you open that file and remove the following code:
[PHP]
<?php echo $this->loadBlock (‘message’) ?>
[/PHP]
2) you access the template configuration, then click to the Layout Tabs, and edit the Default Layout. you find:
<block name=”cpanel” type=”usertools/cpanel”></block>
replace by;
<block name=”cpanel” type=”usertools/cpanel”></block>
<block name=”message” type=”message” style=”raw” no-wrap=”1″ no-main=”1″ ></block>
3) add the following code into the template.css file:
#system-message .message {
width: 950px;
margin: 0 auto;
}
Thanks