Dotclear

source: plugins/pages/_prepend.php @ 2095:1fceb8fc56a6

Revision 2095:1fceb8fc56a6, 945 bytes checked in by Denis Jean-Chirstian <contact@…>, 12 years ago (diff)

Now load _prepend.php files from dcModules::loadModuleFile(), cleanup officials plugins prepend files, addresses #1471, addresses #1716

RevLine 
[0]1<?php
2# -- BEGIN LICENSE BLOCK ---------------------------------------
3#
4# This file is part of Dotclear 2.
5#
[1179]6# Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear
[0]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 -----------------------------------------
12if (!defined('DC_RC_PATH')) { return; }
13
[2055]14$__autoload['dcPagesActionsPage'] = dirname(__FILE__).'/class.actionpage.php';
15$__autoload['adminPageList'] = dirname(__FILE__).'/class.listpage.php';
[857]16
[2095]17$core->url->register('pages', 'pages', '^pages/(.+)$', array('urlPages', 'pages'));
18$core->url->register('pagespreview', 'pagespreview', '^pagespreview/(.+)$', array('urlPages', 'pagespreview'));
[0]19
[2095]20$core->setPostType('page', 'plugin.php?p=pages&act=page&id=%d', $core->url->getURLFor('pages', '%s'), 'Pages');
[0]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.

Sites map