Quote:
Originally Posted by Lynne
Why not use a plugin? I know this works:
hook location - fetch style
PHP Code:
if (THIS_SCRIPT == 'yyyyy') {
$styleid = xx;
}
If you want to put it in the code, find that hook location and add it there.
|
Awesome! So simple! Works a treat for those one off pages.
On a side note in vB4.x I found the hook was actually called 'style_fetch'.
Obviously an old thread, but still VERY helpful