Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1181752
sections_config.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Oct 13, 11:22 PM
Size
1 KB
Mime Type
text/x-php
Expires
Wed, Oct 15, 11:22 PM (1 d, 4 h)
Engine
blob
Format
Raw Data
Handle
767254
Attached To
rMINC Modules.In-Commerce
sections_config.php
View Options
<?php
/**
* @version $Id: sections_config.php 16145 2015-03-21 12:03:42Z alex $
* @package In-Commerce
* @copyright Copyright (C) 1997 - 2009 Intechnic. All rights reserved.
* @license Commercial License
* This software is protected by copyright law and international treaties.
* Unauthorized reproduction or unlicensed usage of the code of this program,
* or any portion of it may result in severe civil and criminal penalties,
* and will be prosecuted to the maximum extent possible under the law
* See http://www.in-portal.org/commercial-license for copyright notices and details.
*/
defined
(
'FULL_PATH'
)
or
die
(
'restricted access!'
);
$config
=
Array
(
'Prefix'
=>
'in-commerce-sections'
,
'EventHandlerClass'
=>
Array
(
'class'
=>
'InCommerceEventHandler'
,
'file'
=>
'section_eh.php'
,
'build_event'
=>
'OnBuild'
),
// for OnAfterConfigRead event
'TagProcessorClass'
=>
Array
(
'class'
=>
'kTagProcessor'
,
'file'
=>
''
,
'build_event'
=>
'OnBuild'
),
// for tree drawing
'Hooks'
=>
Array
(
Array
(
'Mode'
=>
hBEFORE
,
'Conditional'
=>
false
,
'HookToPrefix'
=>
'site-domain'
,
'HookToSpecial'
=>
'*'
,
'HookToEvent'
=>
Array
(
'OnAfterConfigRead'
),
'DoPrefix'
=>
''
,
'DoSpecial'
=>
'*'
,
'DoEvent'
=>
'OnModifySiteDomainConfig'
,
),
),
);
Event Timeline
Log In to Comment