PDA

View Full Version : Hooks in css.php


Antivirus
02-08-2008, 04:10 PM
I want to create a custom $stylevar using the following hook located within css.php...

($hook = vBulletinHook::fetch_hook('stylevar_edit_imagepath s')) ? eval($hook) : false;

I have no problem getting it to show in the AdminCP->StyleManager, but there's no plugin within the update branch of this script, so I am wondering how to handle storing the new path to my custom imagepath within the database.

Anyone ever done something like this before?