mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
改进Template类对标签库的识别
This commit is contained in:
@@ -538,7 +538,6 @@ class Template
|
|||||||
*/
|
*/
|
||||||
public function parseTagLib($tagLib, &$content, $hide = false)
|
public function parseTagLib($tagLib, &$content, $hide = false)
|
||||||
{
|
{
|
||||||
$tagLib = strtolower($tagLib);
|
|
||||||
if (strpos($tagLib, '\\')) {
|
if (strpos($tagLib, '\\')) {
|
||||||
// 支持指定标签库的命名空间
|
// 支持指定标签库的命名空间
|
||||||
$className = $tagLib;
|
$className = $tagLib;
|
||||||
|
|||||||
Reference in New Issue
Block a user