Minor link corrections.
This commit is contained in:
parent
c96a7ca308
commit
513ac603c5
@ -36,6 +36,8 @@ final class VMs extends \Controller
|
||||
{
|
||||
$vms = $this->_sl->get('xo')->vm->getAll();
|
||||
|
||||
ksort($vms);
|
||||
|
||||
$keys = array(
|
||||
'name_label',
|
||||
'name_description',
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user