ok, I found that file... I'm just a newb, sorry...
I edited the files and uploaded them, and am getting this parse error on my index.template.php:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in D:/Inetpub/virtual/schmmj/WWWROOT/CGI-BIN/smf/Themes/As_theme/index.template.php on line 265
Here is my code:
256: echo '
257: </head>
258: <body>';
259: echo '
260: //Display ads on the top of the page
261: if (function_exists("show_topofpageAds"))
262: {
263: $ads = show_topofpageAds();
264: if(!empty($ads))
265: if($ads['type']==0)
266: echo $ads['content'];
267: else
268: eval($ads['content']);
269: unset($ads);
any help would be appreciated!