mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 21:21:54 +02:00
SEF Url examples
This commit is contained in:
parent
3213757891
commit
45b70ee005
@ -160,6 +160,7 @@ class plugin_forum_rewrite_url extends eUrlConfig
|
||||
'name' => FORUM_LAN_URL_NAME, // Module name
|
||||
'label' => FORUM_LAN_URL_REWRITE_LABEL, // Current profile name
|
||||
'description' => FORUM_LAN_URL_REWRITE_DESCR, //
|
||||
'examples' => array("{e_PLUGIN_ABS}forum/forum.php")
|
||||
),
|
||||
'form' => array(), // Under construction - additional configuration options
|
||||
'callbacks' => array(), // Under construction - could be used for e.g. URL generator functionallity
|
||||
|
@ -161,6 +161,7 @@ class plugin_forum_url extends eUrlConfig
|
||||
'name' => FORUM_LAN_URL_NAME, // Module name
|
||||
'label' => FORUM_LAN_URL_DEFAULT_LABEL, // Current profile name
|
||||
'description' => FORUM_LAN_URL_DEFAULT_DESCR, //
|
||||
'examples' => array("{e_PLUGIN_ABS}forum/forum_viewtopic.php?id=3&p=2")
|
||||
),
|
||||
'form' => array(), // Under construction - additional configuration options
|
||||
'callbacks' => array(), // Under construction - could be used for e.g. URL generator functionallity
|
||||
|
Loading…
x
Reference in New Issue
Block a user