Tried it right now
in my case doesn't work because of the javascript I use I need to add to links #!/ (es. <a href="#!/<?php echo $pag; ?>">
If I delete the #!/ it works
EDIT: I tried to add
and modify your line like this
and seems to work fine
Thank you, I owe you a beer
in my case doesn't work because of the javascript I use I need to add to links #!/ (es. <a href="#!/<?php echo $pag; ?>">
If I delete the #!/ it works
EDIT: I tried to add
Code:
$string = "#!/";
Code:
$pag = $page['meta'] == "" ? $string . $page['url'] : $page['meta'];
and seems to work fine
Thank you, I owe you a beer