Files
EasySoft-ZenTaoPMS/module/admin/config.php
2013-02-19 02:28:46 +00:00

15 lines
757 B
PHP

<?php
$config->url = new stdclass();
$config->url->community = 'http://www.zentao.net';
$config->url->ask = 'http://www.zentao.net/ask-browse.html';
$config->url->document = 'http://www.zentao.net/help-book-zentaopmshelp.html';
$config->url->feedback = 'http://www.zentao.net/forum-board-1074.html';
$config->url->faq = 'http://www.zentao.net/ask-faq.html';
$config->url->extension = 'http://www.zentao.net/extension-browse.html';
$config->url->donation = 'http://www.zentao.net/help-donation.html';
$config->url->service = 'http://www.cnezsoft.com/article-browse-1078.html';
$config->admin->flow2Ext['onlyTest'] = 'zentaotest';
$config->admin->flow2Ext['onlyTask'] = 'zentaotask';
$config->admin->flow2Ext['onlyStory'] = 'zentaostory';