X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/c7f63c8b9b12efd7b3c10b9f80cda06eaf32068f..b35c59521deae7405997a24cefd523d9e3592665:/alltags.php diff --git a/alltags.php b/alltags.php index 1b0476f..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;