This topic contains 16 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
If you want to add position 1 to 4 from home style to “default” style, you can use this way
Open templates/ja_university_t3/tpls/default.php file
find this line of code
<?php $this->loadBlock('mainbody') ?>
and add spotlight-1 block like this:
<?php $this->loadBlock('spotlight-1') ?>
<?php $this->loadBlock('mainbody') ?>
You can use this way to add any blocks between default and home layouts
1 user says Thank You to Ninja Lead for this useful post
This topic contains 16 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum