Skip to content
Snippets Groups Projects

Stable

Merged Ghislain Loas requested to merge stable into hotline-master
Compare and
+ 218
49
Preferences
Compare changes
Files
@@ -18,14 +18,14 @@ $menus = [["icon" => "article.png",
"label" => "Suggestions d'achat",
"url" => $this->url(['action' => 'suggestion-achat']),
"count" => $modstats['suggestions_achat']['count']]
];
if (isset($modstats['formulaires'])) {
$menus[] =
$menus[] =
["icon" => "formulaires_16.png",
"label" => "Formulaires",
"url" => $this->url(['action' => 'formulaires']),
"url" => $this->url(['action' => 'formulaires', 'id_article' => null]),
"count" => $modstats['formulaires']['count']]
;}
?>
@@ -34,4 +34,3 @@ if (isset($modstats['formulaires'])) {
<?php if ($this->subview) { ?>
<div class="subview"><?php echo $this->subview;?><div class="clear"></div></div>
<?php } ?>