Hello, thank you for your Polarbearpro template.
I have installed the template. It works fine. Only I get this notice:
Notice: Undefined variable: templateOption in index.php
| Code: |
if ($templateOption == 1 && $this-
>countModules( 'right' )) {
?>
<div id="colorpicker"><a id="lightgrey" cl
ass="colorpicker" href="javascript:
setActiveStyleSheet('lightgrey')"><img src="<?
php echo $this->baseurl ?>/templates/<?
php echo $this->template ?>/images/lightgrey/
vertnavbutton-hover.png" alt="gray" /></
a><a id="darkgrey" class="colorpicker" href="javas
cript:setActiveStyleSheet('darkgrey')
"><img src="<?php echo $this->baseurl ?>/
templates/<?php echo $this->template ?>/images/
darkgrey/vertnavbutton-hover.png" alt="gray" /></
a><a id="purple" class="colorpicker" href="javascr
ipt:setActiveStyleSheet('purple')"><img src="<?
php echo $this->baseurl ?>/templates/<?
php echo $this->template ?>/images/purple/
vertnavbutton-hover.png" alt="purple" /></
a><a id="default" class="colorpicker" href="javasc
ript:setActiveStyleSheet('blue')"><img src="<?
php echo $this->baseurl ?>/templates/<?
php echo $this->template ?>/images/blue/
vertnavbutton-hover.png" alt="blue" /></
a><a id="green" class="colorpicker" href="javascri
pt:setActiveStyleSheet('green')"><img src="<?
php echo $this->baseurl ?>/templates/<?
php echo $this->template ?>/images/green/
vertnavbutton-hover.png" alt="green" /></
a><a id="yellow" class="colorpicker" href="javascr
ipt:setActiveStyleSheet('yellow')"><img src="<?
php echo $this->baseurl ?>/templates/<?
php echo $this->template ?>/images/yellow/
vertnavbutton-hover.png" alt="yellow" /></
a><a id="orange" class="colorpicker" href="javascr
ipt:setActiveStyleSheet('orange')"><img src="<?
php echo $this->baseurl ?>/templates/<?
php echo $this->template ?>/images/orange/
vertnavbutton-hover.png" alt="orange" /></
a><a id="red" class="colorpicker" href="javascript
:setActiveStyleSheet('red')"><img src="<?
php echo $this->baseurl ?>/templates/<?
php echo $this->template ?>/images/red/
vertnavbutton-hover.png" alt="red" /></
a><a id="pink" class="colorpicker" href="javascrip
t:setActiveStyleSheet('pink')"><img src="<?
php echo $this->baseurl ?>/templates/<?
php echo $this->template ?>/images/pink/
vertnavbutton-hover.png" alt="pink" /> </a></div>
</a></div>
<?php
|
How can I fix this please?