Don't redirect to REQUEST_URI when browsing to index.php
Instead, we can make sure everything works correctly on index.php
This commit is contained in:
parent
cf82f1cc8f
commit
bc14b6e45c
3 changed files with 22 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<h1 class="logobis">
|
||||
<a class="logocompatible" href="{base_url}">
|
||||
<a class="logocompatible" href="{path_for name="index"}">
|
||||
<span class="logocompatiblemask"><img src="{base_url}/img/logocompatiblemask.png" width="447" height="107"
|
||||
alt="{$config->appName}"/></span>
|
||||
</a></h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue