X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/c20b44263a89d8bf1a78bfa632daaae3cb4f1da2..b35c59521deae7405997a24cefd523d9e3592665:/alltags.php diff --git a/alltags.php b/alltags.php index b784414..8423872 100644 --- a/alltags.php +++ b/alltags.php @@ -1,7 +1,6 @@ getServiceInstance('BookmarkService'); +$templateservice =& $sf->getServiceInstance('TemplateService'); +$userservice =& $sf->getServiceInstance('UserService'); +$cacheservice =& $sf->getServiceInstance('CacheService'); + +@list($url, $user) = explode('/', $_SERVER['PATH_INFO']); if (!$user) { header('Location: '. createURL('populartags')); exit;