1
0
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:
Cameron 2013-04-29 13:31:24 -07:00
parent 3213757891
commit 45b70ee005
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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