Code

Updated Opsi.
[gosa.git] / gosa-plugins / opsi / admin / opsi / class_opsi_generic.inc
1 <?php
3 class opsi_generic extends plugin
4 {
6   public function execute()
7   {
8     $smarty = get_smarty();
9     return($smarty->fetch(get_template_path("generic.tpl",TRUE,dirname(__FILE__))));
10   }
11 }
14 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
15 ?>