Minor link corrections.

This commit is contained in:
Julien Fontanet 2013-03-02 15:22:08 +01:00
parent c96a7ca308
commit 513ac603c5
3 changed files with 4 additions and 2 deletions

View File

@ -36,6 +36,8 @@ final class VMs extends \Controller
{
$vms = $this->_sl->get('xo')->vm->getAll();
ksort($vms);
$keys = array(
'name_label',
'name_description',

View File

@ -66,7 +66,7 @@
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="./"><img src="{$base_path}/img/bannerb.png"></a>
<a class="brand" href="{$base_path}/"><img src="{$base_path}/img/bannerb.png"></a>
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>

View File

@ -42,7 +42,7 @@
</p>
<p>
You may {if $referer}go back to the <a href="{$referer}">previous page</a>
{else}return to the <a href="./">homepage</a>{/if} or
{else}return to the <a href="{$base_path}/">homepage</a>{/if} or
<a href="https://vates.fr/en/contacts.php">contact us</a> for more information.
</p>
</div>