href refix on firstpage
[pimpmyv.git] / site / views / Pages / index / index.tpl
blobc7cb5a7e5523804bc9cfdbb0674056e698494737
2 I like :
4 <div class="firsttime_subset">
5         <a href="<?= $this->href('/cars') ?>"><?= $this->t('Cars') ?></a>
6 </div>
7 <div class="firsttime_subset">
8         <a href="<?= $this->href('/bikes') ?>"><?= $this->t('Bikes') ?></a>
9 </div>
10 <div class="firsttime_subset">
11         <a href="<?= $this->href('/planes') ?>"><?= $this->t('Planes') ?></a>
12 </div>