- Posts: 31
- Thank you received: 0
How to remove color changer
- Oneil Byfield
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
12 years 2 months ago #3964
by Oneil Byfield
How to remove color changer was created by Oneil Byfield
How to remove the template color changer that's on the left hand side
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
12 years 2 months ago #3976 by Trung Duong
Replied by Trung Duong on topic Re: How to remove color changer
Hello,
You should delete this code below in index.php of template file
You should delete this code below in index.php of template file
Code:
<div class="ot-palete">
<?php echo JText::_('TPL_OT_COLOR'); ?>
<div class="ot-green"><a id="green" href="<?php echo JURI::current(); ?>?style=green"></a></div>
<div class="ot-red <?php if($this->params->get('layoutStyle')=="red") echo ('ot-current'); ?>"><a id="red" href="<?php echo JURI::current(); ?>?style=red"></a></div>
<div class="ot-orange <?php if($this->params->get('layoutStyle')=="orange") echo ('ot-current'); ?>"><a id="orange" href="<?php echo JURI::current(); ?>?style=orange"></a></div>
<div class="ot-blue <?php if($this->params->get('layoutStyle')=="blue") echo ('ot-current'); ?>"><a id="blue" href="<?php echo JURI::current(); ?>?style=blue"></a></div>
</div>
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
- Oneil Byfield
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
- Posts: 31
- Thank you received: 0
12 years 2 months ago #3989
by Oneil Byfield
Replied by Oneil Byfield on topic Re: How to remove color changer
Worked
Thanks
Thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.187 seconds