mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 08:39:57 +02:00
Display chapter breadcrumb in default page template when appropriate.
This commit is contained in:
@@ -2202,7 +2202,7 @@ class e_form
|
||||
function name2id($name)
|
||||
{
|
||||
$name = strtolower($name);
|
||||
return rtrim(str_replace(array('[]', '[', ']', '_', '/', ' ','.'), array('-', '-', '', '-', '-', '-', '-'), $name), '-');
|
||||
return rtrim(str_replace(array('[]', '[', ']', '_', '/', ' ','.', '(', ')'), array('-', '-', '', '-', '-', '-', '-','',''), $name), '-');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user