Well, it looks like it would actually take more than that because of the Java script use for the style switcher. Here is the code for the relevant portion of the head section:
<link rel="stylesheet" href="/css/template_css.css" media="screen" type="text/css" />
<link rel="alternate stylesheet" href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/css/800.css" type="text/css" title="fluid" />
<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/js/prototype.lite.js"></script>
<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/js/moo.fx.js"></script>
<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/js/litebox-1.0.js"></script>
<script language="javascript" type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/js/styleswitcher.js"></script>
So I am not sure if it is "easily" possible to edit a template like this.
|