remove widget html_only, add widget html_php_card

This commit is contained in:
iBNu Maksum 2025-03-04 16:14:10 +07:00
parent 3b7d478635
commit 8429ed763e
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
7 changed files with 546 additions and 20 deletions

View file

@ -16,7 +16,6 @@ class html_php
echo $e->getTraceAsString();
}
$content = ob_get_clean();
$ui->assign('card_body', $content);
return $ui->fetch('widget/card_html.tpl');
return $content;
}
}