From c9dfb3a41f0341531594de215a25d7cb0091ca56 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 9 Mar 2010 20:17:00 +0000 Subject: [PATCH] feature 1494: move all *.tpl files from template/yoga to the new template/default (from which yoga derives) git-svn-id: http://piwigo.org/svn/trunk@5095 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/template.class.php | 2 +- template/{yoga => default}/about.tpl | 0 template/{yoga => default}/comment_list.tpl | 0 template/{yoga => default}/comments.tpl | 0 template/{yoga => default}/footer.tpl | 0 template/{yoga => default}/header.tpl | 0 template/{yoga => default}/identification.tpl | 0 template/{yoga => default}/include/autosize.inc.tpl | 0 template/{yoga => default}/include/datepicker.inc.tpl | 0 template/{yoga => default}/include/resize.inc.tpl | 0 template/{yoga => default}/index.tpl | 0 template/{yoga => default}/mail/text/html/cat_group_info.tpl | 0 template/{yoga => default}/mail/text/html/footer.tpl | 0 template/{yoga => default}/mail/text/html/global-mail-css.tpl | 0 template/{yoga => default}/mail/text/html/header.tpl | 0 .../{yoga => default}/mail/text/html/notification_by_mail.tpl | 0 template/{yoga => default}/mail/text/plain/cat_group_info.tpl | 0 template/{yoga => default}/mail/text/plain/footer.tpl | 0 template/{yoga => default}/mail/text/plain/header.tpl | 0 .../{yoga => default}/mail/text/plain/notification_by_mail.tpl | 0 template/{yoga => default}/mainpage_categories.tpl | 0 template/{yoga => default}/menubar.tpl | 0 template/{yoga => default}/menubar_categories.tpl | 0 template/{yoga => default}/menubar_identification.tpl | 0 template/{yoga => default}/menubar_links.tpl | 0 template/{yoga => default}/menubar_menu.tpl | 0 template/{yoga => default}/menubar_specials.tpl | 0 template/{yoga => default}/menubar_tags.tpl | 0 template/{yoga => default}/month_calendar.tpl | 0 template/{yoga => default}/navigation_bar.tpl | 0 template/{yoga => default}/nbm.tpl | 0 template/{yoga => default}/notification.tpl | 0 template/{yoga => default}/password.tpl | 0 template/{yoga => default}/picture.tpl | 0 template/{yoga => default}/picture_content.tpl | 0 template/{yoga => default}/picture_nav_buttons.tpl | 0 template/{yoga => default}/profile.tpl | 0 template/{yoga => default}/profile_content.tpl | 0 template/{yoga => default}/redirect.tpl | 0 template/{yoga => default}/register.tpl | 0 template/{yoga => default}/search.tpl | 0 template/{yoga => default}/search_rules.tpl | 0 template/{yoga => default}/slideshow.tpl | 0 template/{yoga => default}/tags.tpl | 0 template/{yoga => default}/thumbnails.tpl | 0 template/{yoga => default}/upload.tpl | 0 46 files changed, 1 insertion(+), 1 deletion(-) rename template/{yoga => default}/about.tpl (100%) rename template/{yoga => default}/comment_list.tpl (100%) rename template/{yoga => default}/comments.tpl (100%) rename template/{yoga => default}/footer.tpl (100%) rename template/{yoga => default}/header.tpl (100%) rename template/{yoga => default}/identification.tpl (100%) rename template/{yoga => default}/include/autosize.inc.tpl (100%) rename template/{yoga => default}/include/datepicker.inc.tpl (100%) rename template/{yoga => default}/include/resize.inc.tpl (100%) rename template/{yoga => default}/index.tpl (100%) rename template/{yoga => default}/mail/text/html/cat_group_info.tpl (100%) rename template/{yoga => default}/mail/text/html/footer.tpl (100%) rename template/{yoga => default}/mail/text/html/global-mail-css.tpl (100%) rename template/{yoga => default}/mail/text/html/header.tpl (100%) rename template/{yoga => default}/mail/text/html/notification_by_mail.tpl (100%) rename template/{yoga => default}/mail/text/plain/cat_group_info.tpl (100%) rename template/{yoga => default}/mail/text/plain/footer.tpl (100%) rename template/{yoga => default}/mail/text/plain/header.tpl (100%) rename template/{yoga => default}/mail/text/plain/notification_by_mail.tpl (100%) rename template/{yoga => default}/mainpage_categories.tpl (100%) rename template/{yoga => default}/menubar.tpl (100%) rename template/{yoga => default}/menubar_categories.tpl (100%) rename template/{yoga => default}/menubar_identification.tpl (100%) rename template/{yoga => default}/menubar_links.tpl (100%) rename template/{yoga => default}/menubar_menu.tpl (100%) rename template/{yoga => default}/menubar_specials.tpl (100%) rename template/{yoga => default}/menubar_tags.tpl (100%) rename template/{yoga => default}/month_calendar.tpl (100%) rename template/{yoga => default}/navigation_bar.tpl (100%) rename template/{yoga => default}/nbm.tpl (100%) rename template/{yoga => default}/notification.tpl (100%) rename template/{yoga => default}/password.tpl (100%) rename template/{yoga => default}/picture.tpl (100%) rename template/{yoga => default}/picture_content.tpl (100%) rename template/{yoga => default}/picture_nav_buttons.tpl (100%) rename template/{yoga => default}/profile.tpl (100%) rename template/{yoga => default}/profile_content.tpl (100%) rename template/{yoga => default}/redirect.tpl (100%) rename template/{yoga => default}/register.tpl (100%) rename template/{yoga => default}/search.tpl (100%) rename template/{yoga => default}/search_rules.tpl (100%) rename template/{yoga => default}/slideshow.tpl (100%) rename template/{yoga => default}/tags.tpl (100%) rename template/{yoga => default}/thumbnails.tpl (100%) rename template/{yoga => default}/upload.tpl (100%) diff --git a/include/template.class.php b/include/template.class.php index 8d5f91a25..5f5ef1ce1 100644 --- a/include/template.class.php +++ b/include/template.class.php @@ -111,7 +111,7 @@ class Template { $this->smarty->template_dir[] = $modeling; } // Default template directory - $this->smarty->template_dir[] = './template-common/yoga'; + $this->smarty->template_dir[] = './template/default'; } else { diff --git a/template/yoga/about.tpl b/template/default/about.tpl similarity index 100% rename from template/yoga/about.tpl rename to template/default/about.tpl diff --git a/template/yoga/comment_list.tpl b/template/default/comment_list.tpl similarity index 100% rename from template/yoga/comment_list.tpl rename to template/default/comment_list.tpl diff --git a/template/yoga/comments.tpl b/template/default/comments.tpl similarity index 100% rename from template/yoga/comments.tpl rename to template/default/comments.tpl diff --git a/template/yoga/footer.tpl b/template/default/footer.tpl similarity index 100% rename from template/yoga/footer.tpl rename to template/default/footer.tpl diff --git a/template/yoga/header.tpl b/template/default/header.tpl similarity index 100% rename from template/yoga/header.tpl rename to template/default/header.tpl diff --git a/template/yoga/identification.tpl b/template/default/identification.tpl similarity index 100% rename from template/yoga/identification.tpl rename to template/default/identification.tpl diff --git a/template/yoga/include/autosize.inc.tpl b/template/default/include/autosize.inc.tpl similarity index 100% rename from template/yoga/include/autosize.inc.tpl rename to template/default/include/autosize.inc.tpl diff --git a/template/yoga/include/datepicker.inc.tpl b/template/default/include/datepicker.inc.tpl similarity index 100% rename from template/yoga/include/datepicker.inc.tpl rename to template/default/include/datepicker.inc.tpl diff --git a/template/yoga/include/resize.inc.tpl b/template/default/include/resize.inc.tpl similarity index 100% rename from template/yoga/include/resize.inc.tpl rename to template/default/include/resize.inc.tpl diff --git a/template/yoga/index.tpl b/template/default/index.tpl similarity index 100% rename from template/yoga/index.tpl rename to template/default/index.tpl diff --git a/template/yoga/mail/text/html/cat_group_info.tpl b/template/default/mail/text/html/cat_group_info.tpl similarity index 100% rename from template/yoga/mail/text/html/cat_group_info.tpl rename to template/default/mail/text/html/cat_group_info.tpl diff --git a/template/yoga/mail/text/html/footer.tpl b/template/default/mail/text/html/footer.tpl similarity index 100% rename from template/yoga/mail/text/html/footer.tpl rename to template/default/mail/text/html/footer.tpl diff --git a/template/yoga/mail/text/html/global-mail-css.tpl b/template/default/mail/text/html/global-mail-css.tpl similarity index 100% rename from template/yoga/mail/text/html/global-mail-css.tpl rename to template/default/mail/text/html/global-mail-css.tpl diff --git a/template/yoga/mail/text/html/header.tpl b/template/default/mail/text/html/header.tpl similarity index 100% rename from template/yoga/mail/text/html/header.tpl rename to template/default/mail/text/html/header.tpl diff --git a/template/yoga/mail/text/html/notification_by_mail.tpl b/template/default/mail/text/html/notification_by_mail.tpl similarity index 100% rename from template/yoga/mail/text/html/notification_by_mail.tpl rename to template/default/mail/text/html/notification_by_mail.tpl diff --git a/template/yoga/mail/text/plain/cat_group_info.tpl b/template/default/mail/text/plain/cat_group_info.tpl similarity index 100% rename from template/yoga/mail/text/plain/cat_group_info.tpl rename to template/default/mail/text/plain/cat_group_info.tpl diff --git a/template/yoga/mail/text/plain/footer.tpl b/template/default/mail/text/plain/footer.tpl similarity index 100% rename from template/yoga/mail/text/plain/footer.tpl rename to template/default/mail/text/plain/footer.tpl diff --git a/template/yoga/mail/text/plain/header.tpl b/template/default/mail/text/plain/header.tpl similarity index 100% rename from template/yoga/mail/text/plain/header.tpl rename to template/default/mail/text/plain/header.tpl diff --git a/template/yoga/mail/text/plain/notification_by_mail.tpl b/template/default/mail/text/plain/notification_by_mail.tpl similarity index 100% rename from template/yoga/mail/text/plain/notification_by_mail.tpl rename to template/default/mail/text/plain/notification_by_mail.tpl diff --git a/template/yoga/mainpage_categories.tpl b/template/default/mainpage_categories.tpl similarity index 100% rename from template/yoga/mainpage_categories.tpl rename to template/default/mainpage_categories.tpl diff --git a/template/yoga/menubar.tpl b/template/default/menubar.tpl similarity index 100% rename from template/yoga/menubar.tpl rename to template/default/menubar.tpl diff --git a/template/yoga/menubar_categories.tpl b/template/default/menubar_categories.tpl similarity index 100% rename from template/yoga/menubar_categories.tpl rename to template/default/menubar_categories.tpl diff --git a/template/yoga/menubar_identification.tpl b/template/default/menubar_identification.tpl similarity index 100% rename from template/yoga/menubar_identification.tpl rename to template/default/menubar_identification.tpl diff --git a/template/yoga/menubar_links.tpl b/template/default/menubar_links.tpl similarity index 100% rename from template/yoga/menubar_links.tpl rename to template/default/menubar_links.tpl diff --git a/template/yoga/menubar_menu.tpl b/template/default/menubar_menu.tpl similarity index 100% rename from template/yoga/menubar_menu.tpl rename to template/default/menubar_menu.tpl diff --git a/template/yoga/menubar_specials.tpl b/template/default/menubar_specials.tpl similarity index 100% rename from template/yoga/menubar_specials.tpl rename to template/default/menubar_specials.tpl diff --git a/template/yoga/menubar_tags.tpl b/template/default/menubar_tags.tpl similarity index 100% rename from template/yoga/menubar_tags.tpl rename to template/default/menubar_tags.tpl diff --git a/template/yoga/month_calendar.tpl b/template/default/month_calendar.tpl similarity index 100% rename from template/yoga/month_calendar.tpl rename to template/default/month_calendar.tpl diff --git a/template/yoga/navigation_bar.tpl b/template/default/navigation_bar.tpl similarity index 100% rename from template/yoga/navigation_bar.tpl rename to template/default/navigation_bar.tpl diff --git a/template/yoga/nbm.tpl b/template/default/nbm.tpl similarity index 100% rename from template/yoga/nbm.tpl rename to template/default/nbm.tpl diff --git a/template/yoga/notification.tpl b/template/default/notification.tpl similarity index 100% rename from template/yoga/notification.tpl rename to template/default/notification.tpl diff --git a/template/yoga/password.tpl b/template/default/password.tpl similarity index 100% rename from template/yoga/password.tpl rename to template/default/password.tpl diff --git a/template/yoga/picture.tpl b/template/default/picture.tpl similarity index 100% rename from template/yoga/picture.tpl rename to template/default/picture.tpl diff --git a/template/yoga/picture_content.tpl b/template/default/picture_content.tpl similarity index 100% rename from template/yoga/picture_content.tpl rename to template/default/picture_content.tpl diff --git a/template/yoga/picture_nav_buttons.tpl b/template/default/picture_nav_buttons.tpl similarity index 100% rename from template/yoga/picture_nav_buttons.tpl rename to template/default/picture_nav_buttons.tpl diff --git a/template/yoga/profile.tpl b/template/default/profile.tpl similarity index 100% rename from template/yoga/profile.tpl rename to template/default/profile.tpl diff --git a/template/yoga/profile_content.tpl b/template/default/profile_content.tpl similarity index 100% rename from template/yoga/profile_content.tpl rename to template/default/profile_content.tpl diff --git a/template/yoga/redirect.tpl b/template/default/redirect.tpl similarity index 100% rename from template/yoga/redirect.tpl rename to template/default/redirect.tpl diff --git a/template/yoga/register.tpl b/template/default/register.tpl similarity index 100% rename from template/yoga/register.tpl rename to template/default/register.tpl diff --git a/template/yoga/search.tpl b/template/default/search.tpl similarity index 100% rename from template/yoga/search.tpl rename to template/default/search.tpl diff --git a/template/yoga/search_rules.tpl b/template/default/search_rules.tpl similarity index 100% rename from template/yoga/search_rules.tpl rename to template/default/search_rules.tpl diff --git a/template/yoga/slideshow.tpl b/template/default/slideshow.tpl similarity index 100% rename from template/yoga/slideshow.tpl rename to template/default/slideshow.tpl diff --git a/template/yoga/tags.tpl b/template/default/tags.tpl similarity index 100% rename from template/yoga/tags.tpl rename to template/default/tags.tpl diff --git a/template/yoga/thumbnails.tpl b/template/default/thumbnails.tpl similarity index 100% rename from template/yoga/thumbnails.tpl rename to template/default/thumbnails.tpl diff --git a/template/yoga/upload.tpl b/template/default/upload.tpl similarity index 100% rename from template/yoga/upload.tpl rename to template/default/upload.tpl