That's your header.php file. I don't know how it could have been renamed. I opened up the .zip and there's no config.php in...
2.0 had a long config.php file. 3.0 has the short one. This is all that should be in the 3.0 config.php file:<?php $dbhost = "loca...
You weren't supposed to delete it. It just seemed from your problem that that was what had happened. You'll need to put it back...
Use:#columncontainer { margin: 0 2em !important; }Change the 2em to whatever you want. I use 5% on a couple skins and it looks pretty good.
Did you delete your config.php?
==ratingpics==Formats a like/dislike or star rating into the pictures.Example:$rating = ratingpics($stories['rating']);
==format_link==This function formats a url into a functioning link. The url is required. The function also takes 2 optional arguments.&nbs...
==seriesreview==This function re-calculates the number of reviews and the rating for a series based on all stories in the series and all it's sub...
==subseriesList==This function builds a list of sub-series for a series.
==storiesInSeries==This function pulls the complete list of stories in a series and all it's sub-series.
==captcha_confirm==This function is used to to check the match of the captcha script.Example:if($captcha && !$loggedin && !captcha_con...
==categoryitems==This function is used to add and remove stories from category counts.Example: TBD
