Updated signature image generator Navigation menu has been finalized Some deprectaed templates has been removed Fixed registration Fixed galaxy notices messages Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
7 lines
No EOL
257 B
PHTML
7 lines
No EOL
257 B
PHTML
<div class="navigation-node">
|
|
<p class="title"><?php echo $this->escape($this->getTitle())?></p>
|
|
<?php foreach ($this->getAllPartials() as $name => $partial):?>
|
|
<?php echo $partial->render()?>
|
|
<?php endforeach?>
|
|
<span class="last"></span>
|
|
</div>
|