V3Arcade - No navbar in gameplay
This modification is in the archives.
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: Code:
$navbits = construct_navbits($navbits); eval('$navbar = "' . fetch_template('navbar') . '";'); REPLACE WITH: Code:
if ($_GET['do']<>"play") { $navbits = construct_navbits($navbits); eval('$navbar = "' . fetch_template('navbar') . '";'); } Code:
<br /> Download No files for download. |