From c686cea807b94394d3bf34ef0eea696ee7bd2a2d Mon Sep 17 00:00:00 2001 From: z0rglub Date: Tue, 15 Jun 2004 20:06:36 +0000 Subject: - special categories rewritten - favorite menu link rewritten - replace image alt attribute representing bullets by a ">" - add block for calendar navigation - deletes category information at the bottom of the page - use CSS style "selected" git-svn-id: http://piwigo.org/svn/trunk@431 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/category.tpl | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/template/default/category.tpl b/template/default/category.tpl index d580651a1..7e14a7de2 100644 --- a/template/default/category.tpl +++ b/template/default/category.tpl @@ -21,12 +21,13 @@
@@ -55,10 +56,10 @@

{L_HELLO} {USERNAME} !

-   {L_LOGOUT}
-   {L_PROFILE}
+  > {L_LOGOUT}
+  > {L_PROFILE}
-   {L_ADMIN}
+  > {L_ADMIN}
@@ -67,6 +68,10 @@
{TITLE}
+ + + + @@ -98,9 +103,6 @@
{cat_infos.comment.COMMENTS}
-
- {L_NB_IMG} "{TITLE}" : {cat_infos.NB_IMG_CAT} -
-- cgit v1.2.3