osp-website
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

menu_link.html.php
text/x-php

Download raw (303 bytes)

<?php defined("SYSPATH") or die("No direct script access.") ?>
<li>
  <a <?= $menu->css_id ? "id='{$menu->css_id}'" : "" ?>
     class="g-menu-link <?= $menu->css_class ?>"
     href="<?= $menu->url ?>"
     title="<?= $menu->label->for_html_attr() ?>">
    <?= $menu->label->for_html() ?>
  </a>
</li>