2017-03-16, 01:47:47
Try changing this:
by this:
[edit] But... this will not make any redirect. You should change the menu for that, not the content...
Code:
$pag = $page['url'];
Code:
$pag = $page['meta'] == "" ? $page['url'] : $page['meta'];
[edit] But... this will not make any redirect. You should change the menu for that, not the content...