CS
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@487 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
c412f4fcc8
commit
aad2b79f14
1 changed files with 7 additions and 7 deletions
|
@ -20,13 +20,13 @@
|
||||||
require_once '../src/SemanticScuttle/header.php';
|
require_once '../src/SemanticScuttle/header.php';
|
||||||
|
|
||||||
/* Service creation: only useful services are created */
|
/* Service creation: only useful services are created */
|
||||||
$bookmark2tagservice = SemanticScuttle_Service_Factory :: get('Bookmark2Tagservice');
|
$bookmark2tagservice = SemanticScuttle_Service_Factory::get('Bookmark2Tag');
|
||||||
$bookmarkservice = SemanticScuttle_Service_Factory :: get('Bookmark');
|
$bookmarkservice = SemanticScuttle_Service_Factory::get('Bookmark');
|
||||||
$tag2tagservice = SemanticScuttle_Service_Factory :: get('Tag2Tag');
|
$tag2tagservice = SemanticScuttle_Service_Factory::get('Tag2Tag');
|
||||||
$tagcacheservice = SemanticScuttle_Service_Factory :: get('TagCache');
|
$tagcacheservice = SemanticScuttle_Service_Factory::get('TagCache');
|
||||||
$commondescriptionservice = SemanticScuttle_Service_Factory :: get('CommonDescription');
|
$commondescriptionservice = SemanticScuttle_Service_Factory::get('CommonDescription');
|
||||||
$searchhistoryservice = SemanticScuttle_Service_Factory :: get('SearchHistory');
|
$searchhistoryservice = SemanticScuttle_Service_Factory::get('SearchHistory');
|
||||||
$tagstatservice = SemanticScuttle_Service_Factory :: get('TagStat');
|
$tagstatservice = SemanticScuttle_Service_Factory::get('TagStat');
|
||||||
|
|
||||||
// Header variables
|
// Header variables
|
||||||
$tplVars['subtitle'] = T_('Manage users');
|
$tplVars['subtitle'] = T_('Manage users');
|
||||||
|
|
Loading…
Reference in a new issue