summaryrefslogtreecommitdiff
path: root/modules/kbd_nav/helpers/kbd_nav_theme.php
blob: c539570790ed106829698d08a039b3e5ffbe64ae (plain)
1
2
3
4
5
6
7
<?php defined("SYSPATH") or die("No direct script access.");

class Kbd_Nav_theme_Core {
  static function head($theme) {
    return $theme->script("kbd_nav.js");
  }
}