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?
bump
Don't bother, gone for one of the less flashy default sites![]()
The file you were looking for is the index.php files located in "yourwebsitefolder\templates\rt_rokwebify\index.ph p"
Thanks but like i said am now going for the more boring style.
Anybody got a blank green template?
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?
There are currently 1 users browsing this thread. (0 members and 1 guests)