Hack Name: Eliminate Spaces In Header Nav Images v2.0

Description: If you hate all the excess space between the nav images in the header links then this mod will fix that.

Code By: John Briggs

Compatability: XMB 1.9.8 SP2

Updated for 1.9.8 by: WormHole @ XMB Garage

Note: backup your header.php file before proceeding please.

Release Note: This is a simple tweak and nothing more so feel free to post and share as you desire with no restrictions.

=======================================================================================================================
Step 1:

Edit File: header.php

Find Code:

$links = implode(' &nbsp; ', $links);

Replace Code With:

$links = implode('&nbsp;', $links);

=======================================================================================================================