-
AuthorPosts
-
November 21, 2010 at 6:52 am #156634
hello
how i can do like this image in attachment
i want to add 2 modules in the top of the page
how can i do that ?
November 21, 2010 at 5:11 pm #363621ok
thank you
i found what i need
thank youDecember 12, 2010 at 1:59 pm #366410How did you solve this?
February 19, 2011 at 6:54 pm #377487I am curious as well …
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
February 21, 2011 at 3:18 am #377636<em>@carlo timmers 208084 wrote:</em><blockquote>How did you solve this?</blockquote>
Hello Carlo,Please open this file
/path to your template/blocks/header.phpAnd add this code snippet to get new position in header of your template
<?php if ($this->countModules ('new_position')): ?>
<div id="new_position">
<div class="new_positions">
<jdoc:include type="module" name="new_position" />
</div>
</div>
<?php endif ?>do similar thing with other blocks.
Best regards,
ThanhNVAuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 4 voices, and was last updated by Thanh Nguyen Viet 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
some position needed in the Top
Viewing 5 posts - 1 through 5 (of 5 total)