- Posts: 1
- Thank you received: 0
remove top
-
luismfrodrigues@gmail.com
Inactive member - Topic Author
- New Member
Less
More
14 years 8 months ago - 14 years 8 months ago #967
by luismfrodrigues@gmail.com
remove top was created by luismfrodrigues@gmail.com
Hi
how can i remove from the template the Top Line?
i want the template to start with the header.
thanks
how can i remove from the template the Top Line?
i want the template to start with the header.
thanks
Last edit: 14 years 8 months ago by luismfrodrigues@gmail.com.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
14 years 8 months ago #968
by milos
Replied by milos on topic Re: remove top
Please open template file index.php in plain text editor. Find this part:
and remove it.
Code:
<div class="topmenu">
<div id="header_link"><?php echo $templateMessage; ?></div>
<div id="topmenu_pad">
<jdoc:include type="modules" name="top" style="none" />
</div>
<?php if($fontResizeLoad) { ?>
<div id="font_resize">
<a href="#" class="decreaseFont" title="Font Decrease">
A-
</a> |
<a href="#" class="resetFont" title="Font Reset">
Reset
</a> |
<a href="#" class="increaseFont" title="Font Increase">
A+
</a>
</div>
<?php } ?>
</div>
Please Log in to join the conversation.
Time to create page: 0.168 seconds