- Posts: 2
- Thank you received: 0
breadcrumb module
- Mauro Giuliani
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
12 years 9 months ago #1611
by Mauro Giuliani
breadcrumb module was created by Mauro Giuliani
Hello there,
i don't understand why the breadcrumb position is avalaible in all pages BUT NOT in home page , even if the module is activated for all pages.
Anyone can help me?
thank you
i don't understand why the breadcrumb position is avalaible in all pages BUT NOT in home page , even if the module is activated for all pages.
Anyone can help me?
thank you
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 9 months ago #1617
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: breadcrumb module
Hi,
You can edit template index.php and change this code:
To
Thanks
You can edit template index.php and change this code:
Code:
<?php if($menu->getActive() == $menu->getDefault()) {?>
<?php echo '';?>
<?php }else{ ?>
<div class="mega_breadcrumb">
<div class="mega_breadcrumb_i">
<div class="rounded_top"></div>
<div class="rounded_mid">
<div class="rounded_mid_i">
<jdoc:include type="modules" name="breadcrumb" />
</div>
</div>
<div class="rounded_bot"></div>
</div>
</div>
<?php }?>
To
Code:
<div class="mega_breadcrumb">
<div class="mega_breadcrumb_i">
<div class="rounded_top"></div>
<div class="rounded_mid">
<div class="rounded_mid_i">
<jdoc:include type="modules" name="breadcrumb" />
</div>
</div>
<div class="rounded_bot"></div>
</div>
</div>
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
- Mauro Giuliani
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 2
- Thank you received: 0
12 years 9 months ago #1806
by Mauro Giuliani
Replied by Mauro Giuliani on topic Re: breadcrumb module
thank you! it works !
Please Log in or Create an account to join the conversation.
Time to create page: 0.185 seconds