<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>How to Use Dynamic CSS in Your Joomla Extension</title>
		<description>Comments for How to Use Dynamic CSS in Your Joomla Extension at http://www.howtojoomla.net , comment 1 to 2 out of 2 comments</description>
		<link>http://www.howtojoomla.net</link>
		<lastBuildDate>Wed, 08 Feb 2012 17:17:32 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>Thanks</title>
			<link>http://www.howtojoomla.net/how-tos/development/how-to-use-dynamic-css-in-your-joomla-extension#comment-2002</link>
			<description>Thanks for the suggestion and that is definitely a good idea. - Brian Edgerton</description>
			<pubDate>Wed, 10 Feb 2010 09:30:09 +0100</pubDate>
		</item>
		<item>
			<title>Small addition...</title>
			<link>http://www.howtojoomla.net/how-tos/development/how-to-use-dynamic-css-in-your-joomla-extension#comment-2001</link>
			<description>Great article! That's a good solution for getting around multiple module instances using the same resources. The only change I would make would be to filter that input coming from $_GET. Anyone in the world can put any value for 'id'; potentially hijacking your CSS file to do their bidding. While header(&quot;Content-type: text/css&quot;); should appropriately limit how a browser will interpret your file, it's better to be safe than sorry. I would do this:

$module_id = (int) $_GET['id'];  - Joseph LeBlanc</description>
			<pubDate>Wed, 10 Feb 2010 09:23:49 +0100</pubDate>
		</item>
	</channel>
</rss>

