version : 1.0.2
Copyright (C) 2008 Joomler!.net All rights reserved.
access:
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
link: http://www.joomler.net/
license: http://www.gnu.org/copyleft/gpl.html GNU/GPL
About Custom Head Tag
The work that this extension does.
- Output your custom tag.
- Output your scripts to head tag.
- Output your style to head tag.
Change log
- 1.0.2 : add the parameter of custom tag
- 1.0.1 : fix : Two or more scripts and styles
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. - Custom Tag
Please input your custom tag. - 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.
Eexample:modules/mod_example/style/example.css - Style : Style
Please input the custom style.
Example:div#example{display:hidden}