big update baseUrl

This commit is contained in:
Fred Tempez 2021-12-15 18:04:18 +01:00
parent 2951ce80ef
commit 1b747ec1d0
1 changed files with 1 additions and 0 deletions

View File

@ -656,6 +656,7 @@ class config extends common {
// Boucler sur les pages
foreach($this->getHierarchy(null,null,null) as $parentId => $childIds) {
$content = $this->getPage($parentId, self::$i18n);
$titre = $this->getData(['page', $parentId, 'title']);
$content = $titre . ' ' . $content ;
$replace = str_replace( 'href="' . $old , 'href="'. $new , stripslashes($content),$c1) ;
$replace = str_replace( 'src="' . $old , 'src="'. $new , stripslashes($replace),$c2) ;