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"); } }