summaryrefslogtreecommitdiffstatshomepage
path: root/www/alltags.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/alltags.php')
-rw-r--r--www/alltags.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/alltags.php b/www/alltags.php
index 95e797a..0a88288 100644
--- a/www/alltags.php
+++ b/www/alltags.php
@@ -19,11 +19,11 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
***************************************************************************/
-require_once('header.inc.php');
+require_once '../src/SemanticScuttle/header.php';
/* Service creation: only useful services are created */
-$b2tservice =& ServiceFactory::getServiceInstance('Bookmark2TagService');
-$cacheservice =& ServiceFactory::getServiceInstance('CacheService');
+$b2tservice =SemanticScuttle_Service_Factory::getServiceInstance('Bookmark2Tag');
+$cacheservice =SemanticScuttle_Service_Factory::getServiceInstance('Cache');