Custom Head Tag for 1.5 Plugin

Updated to 1.0.2
add the parameter of custom tag

How to update
overwrite files

Updated to 1.0.1
fix : Two or more scripts and styles

Custom Head Tag for Joomla!1.5 version : 1.0.0
About Custom Head Tag
The work that this extension does.
Output your scripts to head tag.
Output your style to head tag.
Setting
Menu ID
Please input the menu ID that output custom tag.
Example:1,3,7

Content ID
Please input the content ID that output custom tag.
Example:1,3,7

Output
When you set it in ALL, custom tag is output by all pages.

Path : Javascript
Please input path after the site URL.
In the case of the plural number, please divide it at a new line.
Eexample:modules/mod_example/javascript/example.js

Script : Javascript
Please input the custom javascript.
Eexample:alert('Example');

Path : Style
Please input path after the site URL.
In the case of the plural number, please divide it at a new line.
Example:modules/mod_example/style/example.css

Style : Style
Please input the custom style.
Example:div#example{display:hidden}

Report

byxbq on March 31, 2008
After 2 long days of desperate problem searching, this tool released me. I could not figure out how to set the js path files correctly and my function didn't work at all. With your tiny easy tool I could include the shadow box js files and the script and now everything works perfectly.