Tubedogg,
As usual, very nice hack. I have it up and running on my homepage now. I did find one small bug though. On line 26:
require("$path/config.php");
Causes a parse error. Reason being, you're already specifying $path in line 5 which is the URL to your config.php. What happens is that it reads $path/config.php/config.php
No big deal though. Works great and looks awesome!
|