aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/nbm.tpl
blob: 312357b1a1fcab2becd3185db4c4e0dd8ff04d0e (plain)
1
2
3
4
5
6
7
8
9
10
11
{if isset($MENUBAR)}{$MENUBAR}{/if}
<div id="content" class="content">
	<div class="titrePage">
		<ul class="categoryActions">
		</ul>
		<h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Notification'|@translate}</h2>
	</div>

{include file='infos_errors.tpl'}

</div>