mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 15:46:44 +02:00
Improvements for {PAGE_NAVIGATION} shortcode. {PAGE_CHAPTER_NAME} and {PAGE_CHAPTER_DESCRIPTION} added.
This commit is contained in:
@@ -790,7 +790,7 @@ class e_parse_shortcode
|
||||
return $matches[0];
|
||||
}
|
||||
|
||||
if(preg_match('/^([A-Z]*):(.*)/', $matches[1], $newMatch))
|
||||
if(preg_match('/^([A-Z_]*):(.*)/', $matches[1], $newMatch))
|
||||
{
|
||||
$code = $newMatch[1];
|
||||
$parmStr = trim($newMatch[2]);
|
||||
|
Reference in New Issue
Block a user