- Posts: 14116
- Thank you received: 1639
Multilanguage support
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 3 months ago #21815
by ivan.milic
Replied by ivan.milic on topic Multilanguage support
Open:
templates\hot_sailing\html\mod_menu\default.php
find this line (around 31):
<ul class="menu<?php echo $class_sfx;?> <?php if ($sparky_mnu!="none") { echo $sparky_mnu;echo ' mnu_'.$params->get('menutype'); } ?>"<?php
insert few blank chars this:
....menutype'); } ?> "<?php....
templates\hot_sailing\html\mod_menu\default.php
find this line (around 31):
<ul class="menu<?php echo $class_sfx;?> <?php if ($sparky_mnu!="none") { echo $sparky_mnu;echo ' mnu_'.$params->get('menutype'); } ?>"<?php
insert few blank chars this:
....menutype'); } ?> "<?php....
Please Log in to join the conversation.
-
yiannisps
Inactive member - Topic Author
- Visitor
12 years 3 months ago #21816
by yiannisps
Replied by yiannisps on topic Multilanguage support
Can you be more specific? Can you please give me the right code to replace ore send me a new default.php file??
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #21823
by ivan.milic
Replied by ivan.milic on topic Multilanguage support
Copy / Paste this over that line:
Code:
<ul class="menu<?php echo $class_sfx;?> <?php if ($sparky_mnu!="none") { echo $sparky_mnu;echo ' mnu_'.$params->get('menutype'); } ?> "<?php
Please Log in to join the conversation.
-
yiannisps
Inactive member - Topic Author
- Visitor
12 years 3 months ago #21825
by yiannisps
When i do that the site crash with "HTTP Error 500 (Internal Server Error)"
Replied by yiannisps on topic Multilanguage support
ivan.milic wrote: Copy / Paste this over that line:
Code:<ul class="menu<?php echo $class_sfx;?> <?php if ($sparky_mnu!="none") { echo $sparky_mnu;echo ' mnu_'.$params->get('menutype'); } ?> "<?php
When i do that the site crash with "HTTP Error 500 (Internal Server Error)"
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago - 2 years 8 months ago #21835
by ivan.milic
Replied by ivan.milic on topic Multilanguage support
Here is the file in attachment.
Last edit: 2 years 8 months ago by milos.
Please Log in to join the conversation.
-
yiannisps
Inactive member - Topic Author
- Visitor
12 years 3 months ago #21846
by yiannisps
Replied by yiannisps on topic Multilanguage support
Am afraid i will disappoint you. Nothing changed with new "default.php"
Please Log in to join the conversation.
Time to create page: 0.120 seconds