| Re: Add javascript code in ... |
| by spiff on 2005/3/22 17:05:17 I didn't see a workaround for this, but would like to implement a mechanism that would allow some flexibility in the Control Panel's HEAD tags. I've posted a suggestion to this thread to try to provide a solution. See you there ![]() -e |
| Add javascript code in <HEAD>... |
| by Mandarine on 2005/2/17 8:20:07 Hello ;) I use xoops_cp_header() to have the xoops' <HEAD></HEAD> etc. But I want to add my own javascript code between these beacons. I don't want to modify this function because I use my javascript code for a specific task : a specific web page and I often use this function in other webpages. Is there any function writing the same code as xoops_cp_header() but without the <HEAD></HEAD> beacons ? Or does any other solution exist ? THX ;) |