can't find the index.php with the template colour switch
Loaded the package and now want to add custom banner and switch off the colour switcher.
Loaded new "your school name goes here" logo as header.phg in /templates/eg_default/images as per wiki but it dosn't show.
Thought it may be because colour switching is on so as per wiki went to templates index.php but it dosn't have the code. Should i be looking somewhere else and if so whats the path?
Re: can't find the index.php with the template colour switch
Re: can't find the index.php with the template colour switch
Don't bother, gone for one of the less flashy default sites :(
Re: can't find the index.php with the template colour switch
The file you were looking for is the index.php files located in "yourwebsitefolder\templates\rt_rokwebify\index.ph p"
Re: can't find the index.php with the template colour switch
Thanks but like i said am now going for the more boring style.
Anybody got a blank green template?
Re: can't find the index.php with the template colour switch
To remove the colour switcher you need to delete this from the index.php
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/red.css" rel="alternate stylesheet" type="text/css" title="red"/>
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/blue.css" rel="alternate stylesheet" type="text/css" title="blue" />
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/coffee.css" rel="alternate stylesheet" type="text/css" title="coffee" />
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/mint.css" rel="alternate stylesheet" type="text/css" title="mint" />
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/lime.css" rel="alternate stylesheet" type="text/css" title="lime" />
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/highc-1.css" rel="alternate stylesheet" type="text/css" title="highc-1" />
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/highc-2.css" rel="alternate stylesheet" type="text/css" title="highc-2" />
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/light.css" rel="alternate stylesheet" type="text/css" title="light" />
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/burgundy.css" rel="alternate stylesheet" type="text/css" title="burgundy" />
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/orange.css" rel="alternate stylesheet" type="text/css" title="orange" />
<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/js/styleswitcher.js"></script>
and
[img]<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/highc-2.png[/img]
[img]<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/highc-1.png[/img]
[img]<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/orange.png[/img]
[img]<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/lime.png[/img]
[img]<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/mint.png[/img]
[img]<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/coffee.png[/img]
[img]<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/burgundy.png[/img]
[img]<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/red.png[/img]
[img]<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/light.png[/img]
[img]<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/blue.png[/img]
Which green template you after?