<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[FOG 1.6 own plugin]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">How can I add JavaScript and CSS files to my own custom plugin in FOG 1.6?</p>
<p dir="auto">My plugin has several submenus, and I would like all of them to use the same JavaScript and CSS files. I want to avoid creating duplicate files for each submenu or copying the same files multiple times under different names.</p>
<p dir="auto">For example:</p>
<pre><code>index.php?node=myplugin&amp;sub=list
</code></pre>
<p dir="auto">should load:</p>
<pre><code>myjs.js
mycss.css
</code></pre>
<p dir="auto">and</p>
<pre><code>index.php?node=myplugin&amp;sub=something
</code></pre>
<p dir="auto">should also load:</p>
<pre><code>myjs.js
mycss.css
</code></pre>
<p dir="auto">What is the recommended way to include shared JS and CSS files across all pages/submenus of a custom FOG 1.6 plugin?</p>
]]></description><link>http://forums.fogproject.org/topic/18218/fog-1-6-own-plugin</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 08:42:10 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/18218.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Aug 2026 06:07:03 GMT</pubDate><ttl>60</ttl></channel></rss>