mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Added Rebuild option for SEF Urls.
This commit is contained in:
@@ -139,6 +139,7 @@ class core_news_sef_url extends eUrlConfig
|
||||
'description' => LAN_EURL_NEWS_REWRITEX_DESCR, //
|
||||
'examples' => array('{SITEURL}news/1/news-title')
|
||||
),
|
||||
'generate' => array('table'=> 'news', 'primary'=>'news_id', 'input'=>'news_title', 'output'=>'news_sef'),
|
||||
'form' => array(), // Under construction - additional configuration options
|
||||
'callbacks' => array(), // Under construction - could be used for e.g. URL generator functionallity
|
||||
);
|
||||
|
@@ -54,6 +54,7 @@ class core_page_sef_url extends eUrlConfig
|
||||
'description' => LAN_EURL_PAGE_SEF_DESCR, //
|
||||
'examples' => array("{SITEURL}page/1/page-name")
|
||||
),
|
||||
'generate' => array('table'=> 'page', 'primary'=>'page_id', 'input'=>'page_title', 'output'=>'page_sef'),
|
||||
'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