I'm not sure how this is used $REWRITE_SRC_PATH
Do you have an explaination of how to use this.
I have multiple templates in several directories
like the following so I'm wondering if there is a way to put $REWRITE_SRC_PATH to use
templates/default/default.tpl etc... all tpl files
templates/default/images all image files for tpl files
templates/default/default_styles.css
templates/green/green.tpl etc... all tpl files
templates/green/images all image files for tpl files
templates/green/green_styles.css
Then js which is common to all templetes
common/js/functions.js
templates/
If there were js for a specific template then it may go in
templates/green/js/green.js
so default and green are directories with sub directories for images |