git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@487 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
cweiske 2009-10-31 10:22:29 +00:00
parent c412f4fcc8
commit aad2b79f14

View file

@ -20,13 +20,13 @@
require_once '../src/SemanticScuttle/header.php';
/* Service creation: only useful services are created */
$bookmark2tagservice = SemanticScuttle_Service_Factory :: get('Bookmark2Tagservice');
$bookmarkservice = SemanticScuttle_Service_Factory :: get('Bookmark');
$tag2tagservice = SemanticScuttle_Service_Factory :: get('Tag2Tag');
$tagcacheservice = SemanticScuttle_Service_Factory :: get('TagCache');
$commondescriptionservice = SemanticScuttle_Service_Factory :: get('CommonDescription');
$searchhistoryservice = SemanticScuttle_Service_Factory :: get('SearchHistory');
$tagstatservice = SemanticScuttle_Service_Factory :: get('TagStat');
$bookmark2tagservice = SemanticScuttle_Service_Factory::get('Bookmark2Tag');
$bookmarkservice = SemanticScuttle_Service_Factory::get('Bookmark');
$tag2tagservice = SemanticScuttle_Service_Factory::get('Tag2Tag');
$tagcacheservice = SemanticScuttle_Service_Factory::get('TagCache');
$commondescriptionservice = SemanticScuttle_Service_Factory::get('CommonDescription');
$searchhistoryservice = SemanticScuttle_Service_Factory::get('SearchHistory');
$tagstatservice = SemanticScuttle_Service_Factory::get('TagStat');
// Header variables
$tplVars['subtitle'] = T_('Manage users');