Quote:
Originally Posted by ps2wiz
Correct!
I would appreciate it greatly if this could be implemented.
|
An unclean method would be this:
Create a plug-in
style_fetch with the following content:
PHP Code:
if ((THIS_SCRIPT == 'itrader') OR (THIS_SCRIPT == 'itrader_detail') OR (THIS_SCRIPT == 'itrader_feedback') OR (THIS_SCRIPT == 'itrader_main') OR (THIS_SCRIPT == 'itrader_report'))
{
$styleid = X;
}
Please change the X into the style id.