mirror of
https://github.com/e107inc/e107.git
synced 2025-08-24 15:13:04 +02:00
eUrl admin rework
This commit is contained in:
@@ -42,6 +42,7 @@ class core_system_rewrite_url extends eUrlConfig
|
||||
'name' => LAN_EURL_CORE_SYSTEM, // Module name
|
||||
'label' => LAN_EURL_SYSTEM_REWRITE_LABEL, // Current profile name
|
||||
'description' => LAN_EURL_SYSTEM_REWRITE_DESCR, //
|
||||
'examples' => array("{SITEURL}system/error404")
|
||||
),
|
||||
'form' => array(), // Under construction - additional configuration options
|
||||
'callbacks' => array(), // Under construction - could be used for e.g. URL generator functionallity
|
||||
|
@@ -33,6 +33,7 @@ class core_system_url extends eUrlConfig
|
||||
'name' => LAN_EURL_CORE_SYSTEM, // Module name
|
||||
'label' => LAN_EURL_SYSTEM_DEFAULT_LABEL, // Current profile name
|
||||
'description' => LAN_EURL_SYSTEM_DEFAULT_DESCR, //
|
||||
'examples' => array("{SITEURL}?route=system/error/notfound")
|
||||
),
|
||||
'form' => array(), // Under construction - additional configuration options
|
||||
'callbacks' => array(), // Under construction - could be used for e.g. URL generator functionallity
|
||||
|
Reference in New Issue
Block a user