Hi guys,
i've an application that it needs to wide page instead of narrow view.
Few months ago Ken added this code to change my whos-online page from narrow to wide view.
// the code below will force your whose-online.php page to use a wide css template
if ( isset($C['filename_whos_online']) && preg_match("/".$C['filename_whos_online']."/i", $SITE['REQURI']) ){
$SITE['CSSscreen'] = str_replace ('-narrow.css','-wide.css',$SITE['CSSscreen']);
}
How to do the same code from another page?
Which settings should i change? (f.e. the new page is wxcompare.php)
Thanks a lot,
Alessandro