示例#1
0
 static function categoryMenu()
 {
     //URL:/wp-admin/admin.php?page=ptp-video-category&action=category_op.php
     $file = isset($_REQUEST['file']) ? $_REQUEST['file'] : "category.php";
     $file = PtpVideoFunc::template($file);
     if (!$file) {
         exit('Not found the template file!');
     }
     require_once $file;
 }