Revision 2232:871f0bdc8da6,
946 bytes
checked in by Dsls, 12 years ago
(diff) |
Renamed adminPagesList to prevent conflicts with related plugin (which uses the same class name...)
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK --------------------------------------- |
---|
3 | # |
---|
4 | # This file is part of Dotclear 2. |
---|
5 | # |
---|
6 | # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear |
---|
7 | # Licensed under the GPL version 2.0 license. |
---|
8 | # See LICENSE file or |
---|
9 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
10 | # |
---|
11 | # -- END LICENSE BLOCK ----------------------------------------- |
---|
12 | if (!defined('DC_RC_PATH')) { return; } |
---|
13 | |
---|
14 | $__autoload['dcPagesActionsPage'] = dirname(__FILE__).'/class.actionpage.php'; |
---|
15 | $__autoload['adminPagesList'] = dirname(__FILE__).'/class.listpage.php'; |
---|
16 | |
---|
17 | $core->url->register('pages', 'pages', '^pages/(.+)$', array('urlPages', 'pages')); |
---|
18 | $core->url->register('pagespreview', 'pagespreview', '^pagespreview/(.+)$', array('urlPages', 'pagespreview')); |
---|
19 | |
---|
20 | $core->setPostType('page', 'plugin.php?p=pages&act=page&id=%d', $core->url->getURLFor('pages', '%s'), 'Pages'); |
---|
21 | |
---|
22 | # We should put this as settings later |
---|
23 | $GLOBALS['page_url_format'] = '{t}'; |
---|
Note: See
TracBrowser
for help on using the repository browser.