N°3805 - Collectors not working on itop 3.0

This commit is contained in:
acognet
2023-01-11 09:47:53 +01:00
parent 57ab3a0336
commit 4d7bac89f3
2 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
class CLILikeWebPage extends WebPage
{
const DEFAULT_PAGE_TEMPLATE_REL_PATH = 'pages/backoffice/clilikewebpage/layout';
public function add_comment($sText)
{
$this->add('#'.$sText."<br/>\n");

View File

@@ -0,0 +1,5 @@
{# @copyright Copyright (C) 2010-2021 Combodo SARL #}
{# @license http://opensource.org/licenses/AGPL-3.0 #}
{% apply spaceless %}
{{ render_block(oLayout, {aPage: aPage}) }}
{% endapply %}