frankenberrie
11-02-2004, 10:00 PM
FILE TO MODIFY: arcade.php
TEMPLATE TO MODIFY: arcade_play
(remember to backup)
This little mod will remove the Navbar from your gameplay screen only - adding more room for users that might be on small monitors or using lower screen resolutions
FIND:
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
REPLACE WITH:
if ($_GET['do']<>"play") {
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
}
OPEN the arcade_play template and add this right on top before everything
<br />
ALL DONE!!! please click install if you use.
TEMPLATE TO MODIFY: arcade_play
(remember to backup)
This little mod will remove the Navbar from your gameplay screen only - adding more room for users that might be on small monitors or using lower screen resolutions
FIND:
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
REPLACE WITH:
if ($_GET['do']<>"play") {
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
}
OPEN the arcade_play template and add this right on top before everything
<br />
ALL DONE!!! please click install if you use.