Hi,
When "Search Engine Friendly URL (SEF)" AND "Normalize Friendly URLs" are enabled have this for Homepage :
Path to File:
Request URI: index.php
1. index.php : No matching Alias found.
2. index.php : No matching Alias Pattern found.
3. File path is empty.
How is possible to get "$file_path" ?
Want to do something like that :
$is_home = 'index.php' == $file_path;
O other pages i got :
Path to File: infusions/articles/articles.php
Request URI: articles
and $file_path="/articles"
And second question is: How i can get title of the Page for "function render_page() {"
$title here does not have power