Quote:
Originally Posted by flstreetscene
Yep that's where they are; floridastreetscene.com/testforums/images/arcade
:disappointed:
|
Well after looking at your includes/function.php I noticed only one difference between yours and mine. you have a space inbetween a line:
// merge in css colors if available
if (!empty($style['csscolors']))
{
$stylevar = array_merge($stylevar, unserialize($style['csscolors']));
unset($style['csscolors']);
}
here-->-------------------------------------------------<-----here
// declares the arcade image directory
$stylevar['imgdir_arcade'] = "images/arcade";
// get CSS width for outerdivwidth from outertablewidth
if
Where as I don't. You might want to try and close the open space, not to sure if that would matter or not but it wouldn't hurt to try. Other than that I have no clue because this is such a simple line to install there isn't much room for a mistake.