mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-27 14:10:35 +00:00
11 lines
437 B
HTML
11 lines
437 B
HTML
<?php /* <section id="right-nav" class="right-barnav" >
|
|
<a class="rb-home" href="{:Url('Index/index')}"></a>
|
|
<a class="rb-car" href="{:Url('Store/cart')}"></a>
|
|
<a class="rb-server" href="{:Url('Service/service_list')}"></a>
|
|
</section> */ ?>
|
|
<section id="right-nav" class="right-menu-wrapper">
|
|
<a class="home" href="{:Url('Index/index')}"></a>
|
|
<a class="buy-car" href="{:Url('Store/cart')}"></a>
|
|
</section>
|
|
|