mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-09 20:55:28 +02:00
remove widget html_only, add widget html_php_card
This commit is contained in:
parent
3b7d478635
commit
8429ed763e
7 changed files with 546 additions and 20 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue