From 8b3328e7ed8ae8936ce816b2eed69b422381d30b Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 28 Mar 2006 02:16:34 +0000 Subject: moved category.php to index.php split url functions from functions.inc.php to functions_url.inc.php git-svn-id: http://piwigo.org/svn/trunk@1109 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/category.tpl | 228 --------------------------------------------- template/yoga/index.tpl | 228 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 228 insertions(+), 228 deletions(-) delete mode 100644 template/yoga/category.tpl create mode 100644 template/yoga/index.tpl (limited to 'template') diff --git a/template/yoga/category.tpl b/template/yoga/category.tpl deleted file mode 100644 index df6e4d249..000000000 --- a/template/yoga/category.tpl +++ /dev/null @@ -1,228 +0,0 @@ - - - -
-
-
    -
  •  
  • - -
  • - {lang:Sort order}: - -
  • - - - -
  • {lang:caddie}
  • - - - -
  • {lang:edit}
  • - - - -
  • (?)
  • - - - -
  • {lang:mode_normal_hint}
  • - - -
  • {lang:mode_posted_hint}
  • - - -
  • {lang:mode_created_hint}
  • - -
- -

{TITLE}

- - -
{lang:calendar_view}: - -
- - - - -

{calendar.TITLE} -

- - -
- - - -
- -
« {calendar.navbar.prev.LABEL}
- - -
{calendar.navbar.next.LABEL} »
- - {calendar.navbar.BAR}  -
- - - -
{calendar.calbar.BAR}
- - - -{MONTH_CALENDAR} - - - - - - - - - - -
{cat_infos.comment.COMMENTS}
- - - -
diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl new file mode 100644 index 000000000..df6e4d249 --- /dev/null +++ b/template/yoga/index.tpl @@ -0,0 +1,228 @@ + + + +
+
+
    +
  •  
  • + +
  • + {lang:Sort order}: + +
  • + + + +
  • {lang:caddie}
  • + + + +
  • {lang:edit}
  • + + + +
  • (?)
  • + + + +
  • {lang:mode_normal_hint}
  • + + +
  • {lang:mode_posted_hint}
  • + + +
  • {lang:mode_created_hint}
  • + +
+ +

{TITLE}

+ + +
{lang:calendar_view}: + +
+ + + + +

{calendar.TITLE} +

+ + +
+ + + +
+ +
« {calendar.navbar.prev.LABEL}
+ + +
{calendar.navbar.next.LABEL} »
+ + {calendar.navbar.BAR}  +
+ + + +
{calendar.calbar.BAR}
+ + + +{MONTH_CALENDAR} + + + + + + + + + + +
{cat_infos.comment.COMMENTS}
+ + + +
-- cgit v1.2.3