Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1374050
frontaction.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
Sat, Jan 31, 10:31 PM
Size
553 B
Mime Type
text/x-php
Expires
Mon, Feb 2, 10:31 PM (1 d, 8 h)
Engine
blob
Format
Raw Data
Handle
883762
Attached To
rMINC Modules.In-Commerce
frontaction.php
View Options
<?php
if
(
class_exists
(
'kApplication'
))
{
$application
=&
kApplication
::
Instance
();
$application
->
SetVar
(
'INPORTAL_ON'
,
1
);
if
(
$Action
==
'm_simple_search'
||
$Action
==
'm_simple_subsearch'
||
$application
->
GetVar
(
't'
)
==
'search_results'
)
{
$p_tag_processor
=&
$application
->
recallObject
(
'p_TagProcessor'
);
$params
=
Array
(
'list_name'
=>
'search_results'
,
'types'
=>
'search'
,
'parent_cat_id'
=>
'any'
,
'recursive'
=>
'true'
,
'per_page'
=>
'short_list'
);
$p_tag_processor
->
InitList
(
$params
);
}
}
?>
Event Timeline
Log In to Comment