ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
I am building a website for a client and they do not want anything in the source code that might indicate that their site is on a joomla platform. How do I comment out or otherwise hide the stylesheet information from the source code?
Re: Commenting Out Stylesheet Data from source code
Posted 14 years 10 months ago
You really need to hack some of the PHP files to acomplish this. I think you need some URL re-writing too to hide file paths that are easily associated with Joomla. And you need to remove mootools from being loaded but then you will lose some functionality of the site. Of course you could add another JS library but that would be overkill
Oh and protecting code such as CSS is not really possible as anything can be ripped.
Basic motto is; "If it runs it can be copied"
Maybe not the answer you wanted to hear but it's true...
Please reply with a direct link to the issue & create a new thread for each new issue.
A template is only as good as the content that goes into it - DanG
Re: Commenting Out Stylesheet Data from source code
Posted 14 years 10 months ago
not overly concerned with the joomla part, those files are hacked and the history has been recorded for ease of replication. I am a big fan of the rockettheme templates, but looking for a way to comment out the source code references.