Update Smarty Extended for Smarty-extended v5 upgrade

This commit is contained in:
Clemens Schwaighofer
2024-12-27 11:30:55 +09:00
parent c778a4eb81
commit fbe827e989
3 changed files with 3 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ $adm = new CoreLibs\Admin\Backend(
);
$adm->DATA['adm_set'] = 'SET from admin class';
$PAGE_NAME = 'TEST CLASS: SMARTY';
print "<!DOCTYPE html>";
print "<html><head><title>" . $PAGE_NAME . "</title></head>";