Esempio n. 1
0
 public static function img_path($file, $base = "images/") {
   return MPU::path($base.$file);
 }
Esempio n. 2
0
 public static function incl($file, $base = "core/controller/mpc-") {
   include_once(MPU::path($base.$file).".php");
 }
Esempio n. 3
0
 public static function incl($file, $base = "core/view/mpv-") {
   include_once(MPU::path($base.$file).".php");
 }