コード例 #1
0
ファイル: Usertopics.php プロジェクト: emilymwang8/cms
 public static function use_boundable_styles()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_styles(), array());
 }
コード例 #2
0
ファイル: Add.php プロジェクト: emilymwang8/cms
 public static function use_boundable_styles()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_styles(), array(array(PageHelper::pure_static_url("/upload/uploadify.css"), PHP_INT_MAX)));
 }