Replace the contents of header.php block for what I 'm going through. And put the css code in custom.css . Rename this file to header " header- p " . To avoid losing the customization of your block . Include the call .
Replace inside your template ( example - defaut - custom) the following line .
< ? php $ this - > loadBlock ( ' header' ) > by
< ? php $ this - > loadBlock ( ' header- p ) >
Delete all of your header.php block and put this :
<?php
/**
* @package T3 Blank
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
Got this: Parse error: syntax error....... on line 14
After a minor change, I used this code instead:
-----------------------
<?php
/**
* @package T3 Blank
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
There are no replies made for this post yet. However, you are not allowed to reply to this post.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »