芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/clients/_alpage-services.fr/wp-content/themes/fable/class/Theme.Template.class.php
data=$data; $this->path=$path; } /**************************************************************************/ function output($format=false) { ob_start(); include($this->path); $value=ob_get_clean(); if($format) $value=ThemeHelper::formatCode($value); return($value); } /**************************************************************************/ function outputWP($format=false) { ob_start(); include(locate_template($this->path)); $value=ob_get_clean(); if($format) $value=ThemeHelper::formatCode($value); return($value); } /**************************************************************************/ } /******************************************************************************/ /******************************************************************************/