Great stuff! I perhaps have a few more suggestions that might be useful. I'm still getting to know the template as it is...
in index.php stuff like:
| Code: |
href=\"".$this->baseurl."/templates/
transparent_bliss_1.5/"
|
becomes
| Code: |
href=\"".$this->baseurl."/templates/".$this-
>template."/
|
and
| Code: |
href="<?php echo $this->baseurl ?>/templates/
transparent_bliss_1.5/
|
becomes
| Code: |
href="<?php echo $this->baseurl ?>/templates/<?
php echo $this->template ?>/
|
By removing the name from the urls we could create multiple templates and thus use different background versions for different sections of a website with minimal editing...
I know deadlines sometimes have a way of making nice looking code turn ugly so long as it works!