mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
修正Cx标签库一处错误
This commit is contained in:
@@ -520,7 +520,7 @@ class Cx extends Taglib
|
|||||||
$parseStr .= '<link rel="stylesheet" type="text/css" href="' . $val . '" />';
|
$parseStr .= '<link rel="stylesheet" type="text/css" href="' . $val . '" />';
|
||||||
break;
|
break;
|
||||||
case 'php':
|
case 'php':
|
||||||
$parseStr .= '<?php require_cache("' . $val . '"); ?>';
|
$parseStr .= '<?php include "' . $val . '"; ?>';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user