2013-04-03, 06:07:46
One thing I love about GetSimple is that if you look at the source, it almost looks like a pure HTML site. One thing that hints that it's a CMS is the /theme folder.
It seems like most of the references is due to:
Is there a way to "hide" the /theme folder?
Perhaps a combination of PHP script to rewrite references to CSS, JavaScript, and Images to /css, /js, and /images respectively and .htaccess to redirect these folders to the theme-specific folders?
It seems like most of the references is due to:
- CSS
- JavaScript
- Images
Is there a way to "hide" the /theme folder?
Perhaps a combination of PHP script to rewrite references to CSS, JavaScript, and Images to /css, /js, and /images respectively and .htaccess to redirect these folders to the theme-specific folders?