Skip to content
Snippets Groups Projects
Commit d3dc52d0 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

AJout nouvel argument requis pour AppLink : le titre.

parent 05be8e9f
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<?php echo $this->appLink()->setIncludeDescription(false) ?> <?php echo $this->appLink($this->appInfos()->nom) ?>
<div class="nav-collapse collapse"> <div class="nav-collapse collapse">
<?php echo $this->navigation()->menuPrincipal('navigation')->setMaxDepth(2); ?> <?php echo $this->navigation()->menuPrincipal('navigation')->setMaxDepth(2); ?>
<p class="navbar-text pull-right"> <p class="navbar-text pull-right">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment