diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/default/picture.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/picture.tpl b/template/default/picture.tpl index 636963898..212f74fe2 100644 --- a/template/default/picture.tpl +++ b/template/default/picture.tpl @@ -2,7 +2,7 @@ <div class="information">{information.INFORMATION}</div> <!-- END information --> <div class="titrePage"> - <div id="gauche"><a href="{U_HOME}">{L_HOME}</a> > {CATEGORY}</div> + <div id="gauche"><a href="{U_HOME}">{L_HOME}</a> > {CATEGORY}</div> <div id="centre" class="nameImage">{TITLE}</div> <div id="droite">{PHOTO}</div> </div> |