Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ce2-6c67-1c13-32ea8d8b491d
  • Loading branch information
sp2ong authored and wrygiel committed Jul 27, 2015
1 parent 19a01ee commit 7483b8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cacheratings.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
//prepare the templates and include all neccessary
require_once('./lib/common.inc.php');
require_once('./lib/cache_icon.inc.php');
require_once($rootpath . 'lib/caches.inc.php');
require_once($stylepath . '/lib/icons.inc.php');

//Preprocessing
if ($error == false)
Expand All @@ -33,7 +35,7 @@
}
else
{

require($stylepath . '/newcaches.inc.php');
// get the news
$tplname = 'cacheratings';

Expand Down

0 comments on commit 7483b8c

Please sign in to comment.