コード例 #1
0
ファイル: Core.php プロジェクト: BlessySoftwares/anvelocom
/**
 * @deprecated Use Shopp::find_filepath()
 **/
function findfile($filename, $directory, $root, &$found)
{
    return Shopp::find_filepath($filename, $directory, $root, $found);
}