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

class ThumbNav_theme_Core {

  static function head($theme) {
    $theme->css("thumbnav.css");
  }
}