diff --git a/include/common.inc.php b/include/common.inc.php
index 4a0c54a44..8aeafb7bf 100644
--- a/include/common.inc.php
+++ b/include/common.inc.php
@@ -201,17 +201,9 @@ if ($user['is_the_guest'])
list($user['template'], $user['theme']) = explode('/', $user['template']);
// TODO : replace initial $user['template'] by $user['layout']
-if (defined('IN_ADMIN') && IN_ADMIN)
-{
- $template_root = 'admin';
-}
-else
-{
- $template_root = 'public';
-}
include(
PHPWG_ROOT_PATH
- .'template/'.$template_root.'/'.$user['template']
+ .'template/'.$user['template']
.'/theme/'.$user['theme']
.'/themeconf.inc.php'
);
diff --git a/include/functions.inc.php b/include/functions.inc.php
index 30df3ed4b..89bf29c0f 100644
--- a/include/functions.inc.php
+++ b/include/functions.inc.php
@@ -597,11 +597,11 @@ function url_is_remote($url)
/**
* returns available template/theme
*/
-function get_pwg_themes($template_root = 'public')
+function get_pwg_themes()
{
$themes = array();
- $template_dir = PHPWG_ROOT_PATH.'template'.'/'.$template_root;
+ $template_dir = PHPWG_ROOT_PATH.'template';
foreach (get_dirs($template_dir) as $template)
{
diff --git a/include/page_header.php b/include/page_header.php
index 89358697b..6a48b4b81 100644
--- a/include/page_header.php
+++ b/include/page_header.php
@@ -28,16 +28,7 @@
//
// Start output of page
//
-if (defined('IN_ADMIN') && IN_ADMIN)
-{
- $template->set_rootdir(PHPWG_ROOT_PATH.'template/admin/'.$user['template']);
- $template->set_filenames(array('header'=>'header.tpl'));
-}
-else
-{
- $template->set_rootdir(PHPWG_ROOT_PATH.'template/public/'.$user['template']);
- $template->set_filenames(array('header'=>'header.tpl'));
-}
+$template->set_filenames(array('header'=>'header.tpl'));
$template->assign_vars(
array(
diff --git a/template/admin/yoga/admin.tpl b/template/admin/yoga/admin.tpl
deleted file mode 100644
index a47410ff9..000000000
--- a/template/admin/yoga/admin.tpl
+++ /dev/null
@@ -1,97 +0,0 @@
-
-
-
-
-
-
-
-
- - {errors.error.ERROR}
-
-
-
-
-
-
-
-
-
- - {infos.info.INFO}
-
-
-
-
-
- {ADMIN_CONTENT}
-
diff --git a/template/admin/yoga/admin/cat_list.tpl b/template/admin/yoga/admin/cat_list.tpl
deleted file mode 100644
index 356c47b3f..000000000
--- a/template/admin/yoga/admin/cat_list.tpl
+++ /dev/null
@@ -1,55 +0,0 @@
-
-{lang:title_categories}
-
-{CATEGORIES_NAV}
-
-
-
-
-
-
diff --git a/template/admin/yoga/admin/cat_modify.tpl b/template/admin/yoga/admin/cat_modify.tpl
deleted file mode 100644
index 8b4c0f9c4..000000000
--- a/template/admin/yoga/admin/cat_modify.tpl
+++ /dev/null
@@ -1,193 +0,0 @@
-
-
-
-
-
-
{lang:title_edit_cat}
-
-
-{CATEGORIES_NAV}
-
-
-
-
-
-
diff --git a/template/admin/yoga/admin/cat_move.tpl b/template/admin/yoga/admin/cat_move.tpl
deleted file mode 100644
index 1010acbf1..000000000
--- a/template/admin/yoga/admin/cat_move.tpl
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
{lang:Move categories}
-
-
-
diff --git a/template/admin/yoga/admin/cat_options.tpl b/template/admin/yoga/admin/cat_options.tpl
deleted file mode 100644
index 56e12ae27..000000000
--- a/template/admin/yoga/admin/cat_options.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
{lang:title_cat_options}
-
-
-
-
-{L_CAT_OPTIONS_INFO}
-
diff --git a/template/admin/yoga/admin/configuration.tpl b/template/admin/yoga/admin/configuration.tpl
deleted file mode 100644
index 82a9977c7..000000000
--- a/template/admin/yoga/admin/configuration.tpl
+++ /dev/null
@@ -1,167 +0,0 @@
-
-
-
-
-
-
{lang:title_configuration}
-
-
-
diff --git a/template/admin/yoga/admin/element_set_global.tpl b/template/admin/yoga/admin/element_set_global.tpl
deleted file mode 100644
index 638e5a139..000000000
--- a/template/admin/yoga/admin/element_set_global.tpl
+++ /dev/null
@@ -1,166 +0,0 @@
-
-{lang:Batch management}
-
-{CATEGORIES_NAV}
-
-
- {lang:global mode}
- | {lang:unit mode}
-
-
-
-
-
diff --git a/template/admin/yoga/admin/group_list.tpl b/template/admin/yoga/admin/group_list.tpl
deleted file mode 100644
index 7e7b5f670..000000000
--- a/template/admin/yoga/admin/group_list.tpl
+++ /dev/null
@@ -1,35 +0,0 @@
-
-{lang:title_groups}
-
-
-
-
-
- {lang:Group name} |
- {lang:Members} |
- {lang:Actions} |
-
-
-
- {group.NAME} |
- {group.MEMBERS} |
-
-
-
- |
-
-
-
diff --git a/template/admin/yoga/admin/intro.tpl b/template/admin/yoga/admin/intro.tpl
deleted file mode 100644
index d924978c0..000000000
--- a/template/admin/yoga/admin/intro.tpl
+++ /dev/null
@@ -1,47 +0,0 @@
-
-{lang:title_default}
-
-
- - {lang:PhpWebGallery version}
- -
-
-
-
- - {lang:Environment}
- -
-
- - {lang:Operating system}: {OS}
- - PHP: {PHP_VERSION} ({lang:Show info})
- - MySQL: {MYSQL_VERSION}
-
-
-
- - {lang:Database}
- -
-
- -
- {DB_ELEMENTS}
-
- ({waiting.INFO})
-
-
-
- ({first_added.DB_DATE})
-
-
- - {DB_CATEGORIES}
- - {DB_USERS}
- - {DB_GROUPS}
- -
- {DB_COMMENTS}
-
- ({unvalidated.INFO})
-
-
-
-
-
-
diff --git a/template/admin/yoga/admin/maintenance.tpl b/template/admin/yoga/admin/maintenance.tpl
deleted file mode 100644
index 030b3782a..000000000
--- a/template/admin/yoga/admin/maintenance.tpl
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
{lang:Maintenance}
-
-
-
diff --git a/template/admin/yoga/admin/picture_modify.tpl b/template/admin/yoga/admin/picture_modify.tpl
deleted file mode 100644
index 14976fac1..000000000
--- a/template/admin/yoga/admin/picture_modify.tpl
+++ /dev/null
@@ -1,183 +0,0 @@
-
-{lang:title_picmod}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template/admin/yoga/admin/site_manager.tpl b/template/admin/yoga/admin/site_manager.tpl
deleted file mode 100644
index c82a82a12..000000000
--- a/template/admin/yoga/admin/site_manager.tpl
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
-
{lang:Site manager}
-
-
-
-
-
-
- - {remote_output.remote_line.CONTENT}
-
-
-
-
-
-
-{lang:remote_site_local_found} {local_listing.URL}
-
-
-
-
-{lang:site_synchronize}
-
-
-
-
-
-
-
-
diff --git a/template/admin/yoga/admin/stats.tpl b/template/admin/yoga/admin/stats.tpl
deleted file mode 100644
index 0798d299f..000000000
--- a/template/admin/yoga/admin/stats.tpl
+++ /dev/null
@@ -1,51 +0,0 @@
-
-{lang:title_history}
-
-{L_STAT_TITLE}
-
-
-{L_STAT_DETAIL_TITLE}
-
-
- {L_VALUE} |
- {L_PAGES_SEEN} |
- {L_VISITORS} |
- {L_PICTURES} |
-
-
-
- {statrow.VALUE} |
- {statrow.PAGES} |
- {statrow.VISITORS} |
- {statrow.IMAGES} |
-
-
-
-
-{L_DATE_TITLE}
-
-
- {L_STAT_HOUR} |
- {L_STAT_LOGIN} |
- {L_STAT_ADDR} |
- {L_STAT_CATEGORY} |
- {L_STAT_FILE} |
- {L_STAT_PICTURE} |
-
-
-
- {detail.HOUR} |
- {detail.LOGIN} |
- {detail.IP} |
- {detail.CATEGORY} |
- {detail.FILE} |
- {detail.PICTURE} |
-
-
-
-
-
-
-{navigation.NAV_BAR}
-
-
diff --git a/template/admin/yoga/admin/thumbnail.tpl b/template/admin/yoga/admin/thumbnail.tpl
deleted file mode 100644
index 4e3ed3d19..000000000
--- a/template/admin/yoga/admin/thumbnail.tpl
+++ /dev/null
@@ -1,129 +0,0 @@
-
-
-
-
-
-
{lang:title_thumbnails}
-
-
-
-{L_RESULTS}
-
-
- {L_PATH} |
- {L_THUMBNAIL} |
- {L_GENERATED} |
- {L_FILESIZE} |
- {L_WIDTH} |
- {L_HEIGHT} |
-
-
-
- {results.picture.PATH} |
- |
- {results.picture.GEN_TIME} |
- {results.picture.TN_FILESIZE_IMG} |
- {results.picture.TN_WIDTH_IMG} |
- {results.picture.TN_HEIGHT_IMG} |
-
-
-
-
-
-
- {L_TN_STATS} |
-
-
- {L_TN_NB_STATS} |
- {results.TN_NB} |
-
-
- {L_TN_TOTAL} |
- {results.TN_TOTAL} |
-
-
- {L_TN_MAX} |
- {results.TN_MAX} |
-
-
- {L_TN_MIN} |
- {results.TN_MIN} |
-
-
- {L_TN_AVERAGE} |
- {results.TN_AVERAGE} |
-
-
-
-
-
-
-
-
-
-
- [ {L_UNLINK} ]
-
-
-
-{remainings.TOTAL_IMG} {L_REMAINING}
-
-
- |
- {L_PATH} |
- {L_FILESIZE} |
- {L_WIDTH} |
- {L_HEIGHT} |
-
-
-
- {remainings.remaining.NB_IMG} |
- {remainings.remaining.PATH} |
- {remainings.remaining.FILESIZE_IMG} |
- {remainings.remaining.WIDTH_IMG} |
- {remainings.remaining.HEIGHT_IMG} |
-
-
-
-
diff --git a/template/admin/yoga/admin/waiting.tpl b/template/admin/yoga/admin/waiting.tpl
deleted file mode 100644
index 28b9de802..000000000
--- a/template/admin/yoga/admin/waiting.tpl
+++ /dev/null
@@ -1,45 +0,0 @@
-
-{lang:title_waiting}
-
-
diff --git a/template/admin/yoga/comments.tpl b/template/admin/yoga/comments.tpl
deleted file mode 100644
index 6184929fd..000000000
--- a/template/admin/yoga/comments.tpl
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
-
-
-
{lang:User comments}
-
-
-
-
-
{NAVBAR}
-
-
-
-
diff --git a/template/admin/yoga/content.css b/template/admin/yoga/content.css
deleted file mode 100644
index 1b0a79188..000000000
--- a/template/admin/yoga/content.css
+++ /dev/null
@@ -1,329 +0,0 @@
-/* $Id: content.css 1341 2006-06-05 14:36:15Z chrisaga $ */
-#content {
- margin-right: 1em;
- margin-bottom: 1em; /* when it's longer than menu bar */
-}
-
-BODY#theCommentsPage #content,
-BODY#theRegisterPage #content,
-BODY#theIdentificationPage #content,
-BODY#theProfilePage #content,
-BODY#theSearchPage #content,
-BODY#theAboutPage #content,
-BODY#thePopuphelpPage #content,
-BODY#thePasswordPage #content,
-BODY#theNotificationPage #content,
-BODY#theTagsPage #content,
-BODY#theNBMPage #content
-{
- margin: 1em;
-}
-
-#content H3 {
- margin-bottom: 1ex;
-}
-
-#content H2 { margin-bottom: 3px;} /*<- for IE otherwise calendar select is displaced to middle of page*/
-
-#content H3 {
- text-align: center;
-}
-
-/* Thumbnails customization */
-#content UL.thumbnails SPAN.thumbLegend {
- font-size: 80%; /* font size */
- overflow: hidden; /* oversized legend is clipped */
-}
-
-/* Thumbnail "elastic" layout */
-#content UL.thumbnails {
- margin: 0;
- padding: 0;
- list-style: none;
- text-align: center; /* to center the whole collection in #content */
-}
-#content UL.thumbnails LI { display: inline }
-
-#content UL.thumbnails SPAN.wrap1 {
- margin: 0 5px 5px 5px;
- display: table-cell; display: inline-table; display: inline-block;
- vertical-align: top; /* OK with Opera and IE6 not Geko */
- text-align: center; /* to center the thumbnail and legend in Geko/Opera */
-}
-#content UL.thumbnails SPAN.wrap2 {
- margin: 0; /* important reset the margins */
- display: table-cell; /* block prevents vertical-align here */
- vertical-align: middle; /* Ok with Opera and Geko not IE6 */
-}
-#content UL.thumbnails SPAN.wrap2 A,
-#content UL.thumbnails SPAN.wrap2 LABEL {
- display: block;
- border-bottom: none;
-}
-#content UL.thumbnails IMG {
- margin-bottom: -4px; /* why ??? something wrong with Geko and Opera ignored by IE6*/
-}
-
-/* label and input used for caddie in admin section */
-#content UL.thumbnails SPAN.wrap2 LABEL {
- position: relative;
-}
-:root #content UL.thumbnails SPAN.wrap2 INPUT { /* hide from Opera */
- position: absolute;
- left: 0;
- top: 0;
-}
-
-/* fix IE with another layout */
-* html #content UL.thumbnails SPAN.wrap2 {
- display: block;
- position: relative;
- text-align: left;
-}
-* html #content UL.thumbnails SPAN.wrap2 A,
-* html #content UL.thumbnails SPAN.wrap2 LABEL {
- overflow: visible;
- position: absolute;
- top: 50%;
- text-align: center;
-}
-* html #content UL.thumbnails IMG.thumbnail {
- position: relative;
- top: -50%;
- /*\*//*/
- margin-top: -40%;
- /**/
-}
-* html #content UL.thumbnails SPAN.wrap2 input {
- position: absolute;
- left: 0;
- top: -50%; /* same as other browsers but not so pretty */
-}
-
-#content .navigationBar, #content .additional_info {
- margin: 10px 0;
- text-align: center;
-}
-
-#content .pageNumberSelected {
- font-style: italic;
-}
-
-#content .additional_info {
- font-size: 110%;
-}
-
-#content FORM {
- text-align: left;
-}
-
-/* content defaults */
-#content DL, DD { margin: 10px; }
-#content DT {
- margin-bottom: 5px;
- font-style: italic;
- font-size: 110%;
-}
-
-/* actions */
-UL.categoryActions {
- margin: 0 2px;
- width: auto;
- padding: 0;
- text-indent: 0;
- list-style: none;
- text-align: center;
-}
-
-#content DIV.titrePage UL.categoryActions {
- float: right;
- text-align: center;
-}
-
-#content DIV.titrePage {
- padding: 0 0 3px;
-}
-
-#content UL.categoryActions LI {
- display: inline;
-}
-
-#content UL.categoryActions A IMG, UL.categoryActions A {
- border: none;
- margin-bottom: -5px;
-}
-
-/* User comments */
-
-#content DIV#comments {
- padding-left: 5px;
- padding-right: 5px;
- -moz-box-sizing: padding-box;
-}
-#content DIV.comment {
- margin: 0 0 0.5em 0;
- padding: 0;
- overflow: hidden; /* these 2 lines ensure the floating child is kept in the DIV */
- width: 100%; /* don't ask why. It's a very usefull trick */
-}
-
-#content DIV.comment A.illustration {
- display: block;
- float: left;
- margin: 0.5em 0 0 0.5em;
-}
-
-#content DIV.comment P.commentHeader {
- text-align: right;
- margin: 0.5em 0.5em 0 0;
-}
-
-#content DIV.comment UL.actions {
- text-align: center;
- margin: 0.2em;
-}
-
-#content DIV.comment BLOCKQUOTE {
- margin-top: 1em;
- margin-right: 0.5em;
- margin-bottom: 150px;
- padding: 0.5em;
-}
-
-/* should be in admin.css ? CSS properties also used in popuphelp */
-
-SPAN.pwgScreen {
- border-bottom: 1px dotted black;
-}
-
-SPAN.filename:before {
- content: "[";
-}
-
-SPAN.filename:after {
- content: "]";
-}
-
-/* begin chronology/calendar elements*/
-#content DIV.calendarViews {
- display: block;
- float: right;
- margin: 2px 0 0;
-}
-
-#content DIV.calendarBar { margin: 8px 4px; }
-
-SPAN.calItem, SPAN.calItemEmpty {
- font-weight: bold;
- margin: 0 1px;
-}
-
-SPAN.calItem A { border:0 }
-
-#content DIV.calendarCalBar {
- margin: 10px 10px;
- text-align: left;
-}
-
-SPAN.calCalHead {
- font-weight: bold;
- font-size: 110%;
- margin: 0 2px;
-}
-
-SPAN.calCal { margin: 0 2px; }
-
-/* nice looking month calendar*/
-TABLE.calMonth {
- border: none;
- border-collapse: collapse;
- margin-bottom: 10px; /*<-IE ignores this */
-}
-
-TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank {
- text-align:left;
- vertical-align: top;
- font: bold 18px Arial, Helvetica, sans-serif;
-}
-
-TD.calDayHead { font: bold 12px Arial, Helvetica, sans-serif; }
-
-DIV.calImg {
- overflow: hidden;
- vertical-align: bottom;
- z-index: 1;
- position: relative; /*<- this required by IE*/
-}
-
-.calImg img {
- position: relative;
- border: 0;
-}
-
-.calBackDate {
- padding-left: 4px;
- padding-top: 0px;
- z-index: 2;
- position: absolute;
- text-align: left;
- vertical-align: top;
-}
-
-.calForeDate {
- padding-left: 5px;
- padding-top: 1px;
- z-index: 3;
- position: absolute;
- text-align: left;
- vertical-align: top;
-}
-
-/* Category thumbnails on main page, CSS code inspired from MOD subcatify */
-#content UL.thumbnailCategories {
- margin: 0;
- padding: 0;
- list-style: none;
- text-align: center;
- overflow: hidden;
- width: 100%;
-}
-
-* html #content UL.thumbnailCategories {
- width: 99%; /* buggy IE box model */
-}
-
-#content UL.thumbnailCategories LI {
- margin:0;
- padding:0;
- float:left;
-}
-
-#content DIV.thumbnailCategory {
- display:block;
- padding: 2px 0px 0px 2px;
- margin: 5px;
-}
-
-#content DIV.thumbnailCategory DIV.description {
- font-size: 90%;
- overflow: auto;
- /*width: inherit;*/
-}
-
-#content DIV.thumbnailCategory DIV.description H3 {
- text-align: left;
- background: transparent;
- margin: 0;
- padding: 0.1em;
- font-size: 120%;
-}
-
-#content DIV.thumbnailCategory DIV.description P {
- margin: 0;
-}
-
-#content DIV.thumbnailCategory DIV.illustration {
- text-align: left;
- margin: 2px 0 0 2px;
- float: left;
-}
diff --git a/template/admin/yoga/default-colors.css b/template/admin/yoga/default-colors.css
deleted file mode 100644
index 12e78116d..000000000
--- a/template/admin/yoga/default-colors.css
+++ /dev/null
@@ -1,73 +0,0 @@
-/* $Id: default-colors.css 1261 2006-04-22 20:00:43Z chrisaga $ */
-
-/* others */
-.pleaseNote {
- background: #9c9c9c;
- color: #ffff99;
- padding: 1ex;
- font-weight: bold;
-}
-
-#imageToolBar * {
- background: inherit;
-}
-
-/* So that non-links are slightly greyed out */
-#content .navigationBar {
- color: #696969;
-}
-#content .pageNumberSelected {
- color: #000000;
-}
-
-/* Tables & forms */
-INPUT, SELECT, TEXTAREA {
- color:black;
-}
-INPUT, SELECT, TEXTAREA, FORM .nofocus {
- background-color: #d3d3d3; /* lightgrey */
-}
-FORM .focus {
- background-color: #f5f5f5; /* whitesmoke */
-}
-INPUT[type="radio"] { /* for Opera */
- border: none;
- background-color: transparent;
-}
-
-.errors { /* Errors display */
- color: red;
- background-color: #ffe1e1;
- font-weight: bold;
- text-align: left;
- margin: 5px;
- border: 1px solid red;
- background-image: url(icon/admin/errors.png);
- background-repeat: no-repeat;
- background-position: top right;
- padding: 10px 50px 10px 10px;
-}
-
-.errors UL LI
-{
- font-weight: normal;
-}
-
-/**
- * Informations box in administration
- */
-.infos {
- text-align: left;
- background-color: palegreen;
- background-image: url(icon/admin/infos.png);
- background-repeat: no-repeat;
- background-position: top right;
- color: darkgreen;
- font-weight: bold;
- margin: 5px;
- padding: 10px 50px 10px 10px;
-}
-
-LEGEND {
- font-style: italic;
-}
diff --git a/template/admin/yoga/default-layout.css b/template/admin/yoga/default-layout.css
deleted file mode 100644
index 349fa8469..000000000
--- a/template/admin/yoga/default-layout.css
+++ /dev/null
@@ -1,325 +0,0 @@
-/* $Id: default-layout.css 1356 2006-06-15 20:49:39Z nikrou $ */
-
-BODY {
- margin: 5px;
- padding: 0;
- font-size: 0.8em;
- font-family: Bitsream Vera Sans, Helvetica, Arial, sans-serif;
- text-align: center; /* be nice to IE5 */
-}
-
-#the_page {
- /* Just in case another template needs an inner frame */
-}
-
-H1 {
- text-align: center;
- font-size: 150%;
- font-weight: bold;
- padding: 0; margin: 1ex 0 2ex 0;
-}
-
-H2 {
- margin: 0;
- padding: 5px 5px 5px 5px;
- text-align: left;
- font-size: 120%;
-}
-
-A {
- text-decoration:none;
- border-bottom: 1px dotted #005e89;
-}
-A:hover {
- border-bottom: 1px solid #858460;
-}
-
-IMG {
- border: none;
-}
-
-HR.separation {
- visibility: hidden;
- clear: both;
-}
-
-#copyright {
- clear: both;
- font-size: 83%;
- text-align: center;
- margin: 0 0 10px 0;
-}
-
-/** General defaults **/
-INPUT {margin: 0;}
-UL, DL, LI { text-align: left;}
-TABLE { /* horizontaly centered */
- margin-left: auto;
- margin-right: auto;
-}
-/* for debugging purpose */
-PRE { text-align:left; }
-
-/** forms **/
-
-FORM { padding: 0em; }
-
-FORM P {
- text-align: center;
- margin-top: 2em;
- margin-bottom: 2em;
-}
-.small {
- font-size: 80%;
-}
-
-TEXTAREA.description {
- height: 100px;
- width: 500px;
- overflow: auto;
-}
-SELECT.categoryList {
- width: 100%;
-}
-
-/** go to an admin.css ? **/
-
-TABLE.table2 {
- border: 1px solid black;
- margin: 1em auto;
- padding: 0;
-}
-
-TABLE.table2 TD, TABLE.table2 TH {
- padding: 0 1em;
-}
-
-TABLE.table2 TR {
- text-align: left;
-}
-
-TABLE.table2 TR.throw {
- text-align: center;
-}
-
-.hour {
- white-space: pre;
-}
-
-.number {
- text-align: right;
-}
-
-TABLE#dailyStats {
- width: 60%;
-}
-
-TABLE#detailedStats {
- width: 80%;
-}
-
-FORM#add_virtual P { text-align: left; }
-FORM#categoryOrdering, FORM#addVirtual {
- padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
- padding-right: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
-}
-FORM#categoryOrdering p {
- text-align: left;
- margin-top: 1em;
- margin-bottom: 1em;
-}
-UL.categoryUl {
- list-style: none;
- padding: 0;
- margin: 0;
-}
-
-LI.categoryLi {
- border: 1px solid gray;
- padding: 0px 5px;
- margin-bottom: 5px;
-}
-
-FORM#categoryOrdering UL.categoryActions {
- float: right;
- margin-top: 5px;
-}
-
-FORM#cat_modify TABLE { width: auto; }
-
-/**
- * Filter forms are displayed label by label with the input (or select...)
- * below the label. Use an UL to make a group (radiobox for instance).
- * Use a SPAN to group objects in line
- */
-FIELDSET {
- padding: 1em;
- margin: 1em;
- overflow: hidden; /* <- makes Opera happy */
-}
-
-FORM.filter FIELDSET UL {
- margin: 0;
-}
-FORM.filter FIELDSET UL,
-FORM.filter FIELDSET LABEL {
- display: block;
- float: left;
- margin-right: 1em;
- padding: 0;
-}
-
-FORM.filter FIELDSET LI {
- list-style: none;
- margin-bottom: 0.5em;
-}
-
-FORM.filter FIELDSET LI LABEL {
- display: inline;
- float: none;
-}
-
-FORM.filter FIELDSET UL.tagSelection LABEL {
- display: inline;
- float: none;
- margin-right:0.5em;/*reduce from above*/
-}
-
-/* cannot use FIELDSET>LABEL because of IE<=6 */
-FORM.filter FIELDSET LABEL INPUT,
-FORM.filter FIELDSET LABEL SELECT,
-FORM.filter FIELDSET LABEL SPAN,
-FORM.filter FIELDSET LABEL TEXTAREA {
- display: block;
- margin: 0.5em 0;
-}
-FORM.filter FIELDSET * LABEL INPUT,
-FORM.filter FIELDSET * LABEL SELECT,
-FORM.filter FIELDSET * LABEL TEXTAREA,
-FORM.filter FIELDSET LABEL SPAN INPUT,
-FORM.filter FIELDSET LABEL SPAN SELECT,
-FORM.filter FIELDSET LABEL SPAN TEXTAREA {
- display: inline;
- vertical-align: top;
- margin: 0 0.5em 0 0;
-}
-
-FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT {
- margin-right:0;
-}
-
-/* following declaration is important to avoid strange FF behaviour */
-FORM.filter FIELDSET LABEL SPAN SELECT {
- margin: 0;
-}
-
-FORM.filter FIELDSET P
-{
- clear: left;
- display: block;
-}
-
-FORM.filter INPUT[type="submit"] {
- margin-top: 1em;
-}
-
-FORM.properties UL, FORM#update UL {
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-FORM.properties LI, FORM#update UL {
- margin-bottom: 0.5em;
- padding: 0;
- line-height: 1.8em;
-}
-
-FORM.properties SPAN.property {
- font-weight: bold;
- float: left;
- width: 50%;
- text-align: right;
- margin: 0;
- padding: 0 0.5em 0 0;
-}
-
-FIELDSET.elementEdit A {
- display: block;
- float: right;
-}
-
-TABLE.doubleSelect {
- text-align: center;
- margin: 0 auto;
- width: 100%;
-}
-
-TABLE.doubleSelect TD {
- padding: 0 5px;
- width: 50%;
-}
-
-FORM#categoryPermissions LI {
- display:inline;
- white-space: nowrap;
-}
-
-#theHeader H1 {
- margin-bottom: 0.5em;
-}
-
-#theHeader P {
- margin-top: 0;
- padding: 0;
-}
-
-BODY#theAdminPage #theHeader P {
- display: none;
-}
-
-BODY#thePopuphelpPage #copyright {
- color: green;
- display: none;
-}
-
-FORM#addComment FIELDSET LABEL {
- clear: both;
-}
-
-FORM#addComment FIELDSET INPUT[type="hidden"] {
- display: none;
-}
-
-/* button tools */
-UL.actions {
- text-indent: 0;
- list-style: none;
-}
-UL.actions LI {
- display: inline;
-}
-UL.actions A {
- border: none;
-}
-
-UL.tagSelection {
- width: 40em;
- margin: 1em 0 1em 0;
- padding: 0;
-}
-
-UL.tagSelection LI {
- display: inline;
- white-space: nowrap;
-}
-
-#fullTagCloud { font-size: 140%; }
-
-#fullTagCloud LI { display: inline; }
-
-.tagLevel5 { font-size: 150%; }
-.tagLevel4 { font-size: 140%; }
-.tagLevel3 { font-size: 120%; }
-.tagLevel2 { font-size: 100%; }
-.tagLevel1 { font-size: 90%; }
diff --git a/template/admin/yoga/fix-ie5-ie6.css b/template/admin/yoga/fix-ie5-ie6.css
deleted file mode 100644
index 894567120..000000000
--- a/template/admin/yoga/fix-ie5-ie6.css
+++ /dev/null
@@ -1,22 +0,0 @@
-/* $Id: fix-ie5-ie6.css 1328 2006-05-30 19:00:17Z chrisaga $ */
-/* Issues in IE from 5 to 6 only to to be used with IE7 */
-
-/* fix lack of :hover behaviour for non link objects */
-BODY {
- behavior:url("template-common/csshover.htc");
-}
-
-/* to avoid vanishing objects in IE6 */
-H1, #theHeader {
- width: 100%; /* <- useless but seems to make IE6 happy */
-}
-#content {
- height: 1em; /* for IE6 it's like min-height */
-}
-
-/* to get less hugly checkboxes at least in tagSelection */
-UL.tagSelection LI INPUT,
-#content UL.thumbnails SPAN.wrap2 input {
- border: none;
- background-color: transparent;
-}
diff --git a/template/admin/yoga/fix-khtml.css b/template/admin/yoga/fix-khtml.css
deleted file mode 100644
index 1df7bfcad..000000000
--- a/template/admin/yoga/fix-khtml.css
+++ /dev/null
@@ -1,14 +0,0 @@
-/* $Id: fix-khtml.css 1180 2006-04-15 09:53:11Z chrisaga $ */
-/* Issue in Safari/Konqueror only */
-/* If H2 has a 0 margin-top categoryActions doesn't float right but overwrites H2 */
-#content>DIV.titrePage>H2 {
- margin: 1px 0 0 0; /* add an arbitrary margin-top */
-}
-
-#content>div.titrePage {
- position: relative;
- top: -1px; /* move the container up by the same amount */
- margin-bottom: 5px;
-}
-/* end Safari/Konqueror */
-
diff --git a/template/admin/yoga/identification.tpl b/template/admin/yoga/identification.tpl
deleted file mode 100644
index a882405dd..000000000
--- a/template/admin/yoga/identification.tpl
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
-
{lang:Identification}
-
-
-
-
-
-
- - {errors.error.ERROR}
-
-
-
-
-
-
-
-
-
-
- {L_REGISTER}
- {lang:Forgot your password?}
-
-
-
diff --git a/template/admin/yoga/index.tpl b/template/admin/yoga/index.tpl
deleted file mode 100644
index 32c648495..000000000
--- a/template/admin/yoga/index.tpl
+++ /dev/null
@@ -1,247 +0,0 @@
-
-
-
-
-
-
- -
-
- -
- {lang:Sort order}:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{TITLE}
-
-
-
{lang:calendar_view}:
-
-
-
-
-
-
-
{calendar.TITLE}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {calendar.navbar.BAR}
-
-
-
-
-
{calendar.calbar.BAR}
-
-
-
-{MONTH_CALENDAR}
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
- {thumbnails.line.thumbnail.element_name.NAME}
-
-
- [{thumbnails.line.thumbnail.category_name.NAME}]
-
- {thumbnails.line.thumbnail.IMAGE_TS}
-
-
{thumbnails.line.thumbnail.nb_comments.NB_COMMENTS} {lang:comments}
-
-
-
-
-
-
-
-
-
-
-{CATEGORIES}
-
-
-
-
-{cat_infos.navigation.NAV_BAR}
-
-
-
-
{cat_infos.comment.COMMENTS}
-
-
-
-
diff --git a/template/admin/yoga/layout.css b/template/admin/yoga/layout.css
deleted file mode 100644
index 1f6c6f4e3..000000000
--- a/template/admin/yoga/layout.css
+++ /dev/null
@@ -1,13 +0,0 @@
-/* $Id: layout.css 1131 2006-04-06 02:23:54Z rvelices $ */
-
-/* template css */
-@import "menubar.css";
-@import "content.css";
-@import "image.css";
-@import "popuphelp.css";
-@import "default-layout.css";
-/* Override properties with import local file */
-@import "local-layout.css";
-/* common css */
-@import "../../../template-common/layout.css";
-
diff --git a/template/admin/yoga/mainpage_categories.tpl b/template/admin/yoga/mainpage_categories.tpl
deleted file mode 100644
index 9cc6bae9e..000000000
--- a/template/admin/yoga/mainpage_categories.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- -
-
-
-
-
-
{categories.category.CAPTION_NB_IMAGES}
-
{categories.category.DESCRIPTION}
-
-
-
-
-
-
diff --git a/template/admin/yoga/month_calendar.tpl b/template/admin/yoga/month_calendar.tpl
deleted file mode 100644
index fa29fdb66..000000000
--- a/template/admin/yoga/month_calendar.tpl
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
- {calendar.thumbnails.head.col.LABEL} |
-
-
-
-
-
-
-
-
-
-
- | {calendar.thumbnails.row.col.empty.LABEL}
-
-
- | {calendar.thumbnails.row.col.full.LABEL} {calendar.thumbnails.row.col.full.LABEL}
-
-
- |
-
-
-
-
-
-
diff --git a/template/admin/yoga/password.tpl b/template/admin/yoga/password.tpl
deleted file mode 100644
index becd14457..000000000
--- a/template/admin/yoga/password.tpl
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
-
{lang:Password forgotten}
-
-
-
-
-
-
- - {errors.error.ERROR}
-
-
-
-
-
-
-
-
-
- - {infos.info.INFO}
-
-
-
-
-
-
-
-
diff --git a/template/admin/yoga/search.tpl b/template/admin/yoga/search.tpl
deleted file mode 100644
index 14df38718..000000000
--- a/template/admin/yoga/search.tpl
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
diff --git a/template/admin/yoga/theme/clear/theme.css b/template/admin/yoga/theme/clear/theme.css
deleted file mode 100644
index 0ad08d98b..000000000
--- a/template/admin/yoga/theme/clear/theme.css
+++ /dev/null
@@ -1,95 +0,0 @@
-/* $Id: theme.css 1339 2006-06-04 10:13:38Z chrisaga $ */
-
-/* text color */
-BODY, H1, H2, H3, DT {
- color:#696969; /* dimgray */
-}
-
-/* backgrounds */
-BODY, H3, .throw {
- background-color: #ffffff; /* white */
-}
-
-H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 {
- background-color: #d3d3d3;
-}
-
-#menubar DL, #content, #imageToolBar {
- background-color: #eeeeee;
-}
-
-/* borders */
-#menubar DL, #content, #imageToolBar,
-#comments DIV.comment BLOCKQUOTE {
- border: 1px solid #d3d3d3;
-}
-
-#theImage IMG {
- border-color: #d3d3d3;
-}
-
-#content UL.thumbnail IMG {
- border: 1px solid #a0a0a0;
-}
-
-FIELDSET, INPUT, SELECT, TEXTAREA,
-#content DIV.comment A.illustration IMG, #infos,
-#content DIV.thumbnailCategory {
- border: 1px solid gray;
-}
-
-#comments DIV.comment BLOCKQUOTE {
- border-left: 2px solid #696969;
- background-color: #eee;
-}
-
-#content UL.thumbnails SPAN.wrap2 {
- border: 1px solid #aaaaaa; /* thumbnails border color and style */
- -moz-border-radius: 4px; /* round corners with Geko */
- border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
-}
-#content UL.thumbnails SPAN.wrap2:hover {
- border-color: yellow; /* thumbnails border color when mouse cursor is over it */
-}
-
-/* links */
-A, .rateButton {
- color: #005e89;
- background: transparent;
-}
-
-A:hover {
- color: #858460;
-}
-
-#imageToolBar A, #imageToolBar A:hover {
- border-bottom: none;
-}
-
-A.navThumb, A.navThumb:hover {
- border-bottom: none;
-}
-
-/* others */
-.pleaseNote {
- background: #9c9c9c;
- color: #ffff99;
- padding: 1ex;
- font-weight: bold;
-}
-
-/*calendar elements*/
-SPAN.calItemEmpty { color: silver; }
-
-SPAN.calItem, SPAN.calItemEmpty
-{
- border: 1px solid silver;
-}
-
-/* nice looking month calendar*/
-TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid #7E7262;}
-
-TD.calDayCellEmpty { color: silver; }
-
-.calBackDate { color: #000; }
-.calForeDate { color: #fff; }
diff --git a/template/admin/yoga/theme/clear/themeconf.inc.php b/template/admin/yoga/theme/clear/themeconf.inc.php
deleted file mode 100644
index 88a978367..000000000
--- a/template/admin/yoga/theme/clear/themeconf.inc.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'yoga',
- 'theme' => 'clear',
- 'icon_dir' => 'template/admin/yoga/icon',
- 'admin_icon_dir' => 'template/admin/yoga/icon/admin',
- 'mime_icon_dir' => 'template/admin/yoga/icon/mimetypes/'
-);
-?>
diff --git a/template/admin/yoga/theme/dark/theme.css b/template/admin/yoga/theme/dark/theme.css
deleted file mode 100644
index 337c60e92..000000000
--- a/template/admin/yoga/theme/dark/theme.css
+++ /dev/null
@@ -1,134 +0,0 @@
-/* $Id: theme.css 1339 2006-06-04 10:13:38Z chrisaga $ */
-
-/* text color */
-BODY, H1, H3, DT {
- color:#e0e0e0;
-}
-
-H2, #menubar DT, .throw {
- color: #fff48e;
-}
-
-#content .navigationBar {
- color: #aaaaaa;
-}
-#content .pageNumberSelected {
- color: #000000;
-}
-
-/* backgrounds */
-BODY {
- background-color: #000000;
-}
-
-H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1 {
- background-color: #3f3f3f;
-}
-
-#menubar DL, #content, #imageToolBar {
- background-color: #5f5f5f;
-}
-
-H2, #menubar DT, .throw {
- background-image: url(images/tableh1_bg.png);
-}
-
-#imageHeaderBar H2 {
- background-image: none;
- background-color: transparent;
- border: none;
-}
-
-#imageHeaderBar {
- background-image: url(images/tableh2_bg.png);
- background-repeat: repeat-x;
- background-position: center;
-}
-
-/* borders */
-#menubar DL, #content,
-#comments DIV.comment BLOCKQUOTE {
- border: 1px solid #000000;
-}
-
-#imageHeaderBar {
- border-top: 1px solid #000000;
-}
-H2, #menubar DT, #imageToolBar {
- border-bottom: 1px solid #000000;
-}
-
-#theImage IMG {
- border-color: #000000;
-}
-
-#content UL.thumbnail IMG {
- border: 1px solid #a0a0a0;
-}
-
-FIELDSET, INPUT, SELECT, TEXTAREA,
-#content DIV.comment A.illustration IMG, #infos,
-#content DIV.thumbnailCategory {
- border: 1px solid gray;
-}
-
-#comments DIV.comment BLOCKQUOTE {
- border-left: 2px solid #696969;
-}
-
-#content UL.thumbnails SPAN.wrap2 {
- border: 1px solid #aaaaaa; /* thumbnails border color and style */
- -moz-border-radius: 4px; /* round corners with Geko */
- border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
-}
-#content UL.thumbnails SPAN.wrap2:hover {
- border-color: yellow; /* thumbnails border color when mouse cursor is over it */
-}
-
-/* links */
-A, .rateButton {
- color: #FFFFFF;
-}
-
-A:hover {
- color: #FFF48E;
-}
-
-#imageToolBar A, #imageToolBar A:hover {
- border-bottom: none;
-}
-
-A.navThumb, A.navThumb:hover {
- border-bottom: none;
-}
-
-/* others */
-.pleaseNote {
- background: #9c9c9c;
- color: #ffff99;
- padding: 1ex;
- font-weight: bold;
-}
-#the_page {
- border: 1px solid #e0e0e0;
- padding-top: 5px;
- padding-bottom:30px;
- text-align:center;
- display:block;
-}
-
-/*calendar elements*/
-SPAN.calItemEmpty { color: silver; }
-
-SPAN.calItem, SPAN.calItemEmpty
-{
- border: 1px solid gray;
-}
-
-/* nice looking month calendar*/
-TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}
-
-TD.calDayCellEmpty { color: silver; }
-
-.calBackDate { color: #000; }
-.calForeDate { color: #fff; }
diff --git a/template/admin/yoga/theme/dark/themeconf.inc.php b/template/admin/yoga/theme/dark/themeconf.inc.php
deleted file mode 100644
index adb3bead6..000000000
--- a/template/admin/yoga/theme/dark/themeconf.inc.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'yoga',
- 'theme' => 'dark',
- 'icon_dir' => 'template/admin/yoga/icon',
- 'admin_icon_dir' => 'template/admin/yoga/icon/admin',
- 'mime_icon_dir' => 'template/admin/yoga/icon/mimetypes/'
-);
-?>
diff --git a/template/public/yoga/about.tpl b/template/public/yoga/about.tpl
deleted file mode 100644
index 6efa0e9ee..000000000
--- a/template/public/yoga/about.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
- {ABOUT_MESSAGE}
-
-
diff --git a/template/public/yoga/admin/cat_perm.tpl b/template/public/yoga/admin/cat_perm.tpl
deleted file mode 100644
index 9c8fafa69..000000000
--- a/template/public/yoga/admin/cat_perm.tpl
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
{lang:Manage permissions for a category}
-
-
-{CATEGORIES_NAV}
-
-
diff --git a/template/public/yoga/admin/comments.tpl b/template/public/yoga/admin/comments.tpl
deleted file mode 100644
index 065a1c8ee..000000000
--- a/template/public/yoga/admin/comments.tpl
+++ /dev/null
@@ -1,24 +0,0 @@
-{lang:User comments validation}
-
-
diff --git a/template/public/yoga/admin/double_select.tpl b/template/public/yoga/admin/double_select.tpl
deleted file mode 100644
index 2bfa28072..000000000
--- a/template/public/yoga/admin/double_select.tpl
+++ /dev/null
@@ -1,23 +0,0 @@
-
diff --git a/template/public/yoga/admin/element_set_unit.tpl b/template/public/yoga/admin/element_set_unit.tpl
deleted file mode 100644
index 5adce8833..000000000
--- a/template/public/yoga/admin/element_set_unit.tpl
+++ /dev/null
@@ -1,89 +0,0 @@
-{lang:Batch management}
-
-{CATEGORIES_NAV}
-
-
- {lang:global mode}
- | {lang:unit mode}
-
-
-
diff --git a/template/public/yoga/admin/group_perm.tpl b/template/public/yoga/admin/group_perm.tpl
deleted file mode 100644
index 91c2f637a..000000000
--- a/template/public/yoga/admin/group_perm.tpl
+++ /dev/null
@@ -1,7 +0,0 @@
-{TITLE}
-
-
-
-{lang:Only private categories are listed}
diff --git a/template/public/yoga/admin/notification_by_mail.tpl b/template/public/yoga/admin/notification_by_mail.tpl
deleted file mode 100644
index 22309e96d..000000000
--- a/template/public/yoga/admin/notification_by_mail.tpl
+++ /dev/null
@@ -1,113 +0,0 @@
-
-
-
-
-
-
{lang:nbm_send_mail_to_users} [{U_TABSHEET_TITLE}]
-
-
-
-
-
-
diff --git a/template/public/yoga/admin/rating.tpl b/template/public/yoga/admin/rating.tpl
deleted file mode 100644
index ac78bf419..000000000
--- a/template/public/yoga/admin/rating.tpl
+++ /dev/null
@@ -1,67 +0,0 @@
-{lang:Rating} [{NB_ELEMENTS} {lang:elements}]
-
-
-
-{NAVBAR}
-
-
- {lang:File} |
- {lang:Number of rates} |
- {lang:Average rate} |
- {lang:Controversy} |
- {lang:Sum of rates} |
- {lang:Rate} |
- {lang:Username} |
- {lang:Rate date} |
- |
-
-
-
- |
- {image.NB_RATES}/{image.NB_RATES_TOTAL} |
- {image.AVG_RATE} |
- {image.STD_RATE} |
- {image.SUM_RATE} |
-
-
-
- {image.rate.RATE} |
- {image.rate.USER} |
- {image.rate.DATE} |
- |
-
-
-
-
-
-{NAVBAR}
diff --git a/template/public/yoga/admin/site_update.tpl b/template/public/yoga/admin/site_update.tpl
deleted file mode 100644
index d3d0221ca..000000000
--- a/template/public/yoga/admin/site_update.tpl
+++ /dev/null
@@ -1,109 +0,0 @@
-
-
-
-
-
-
-
{lang:title_update}: {SITE_URL}
-
-
-
-{L_RESULT_UPDATE}
-
- - {update_result.NB_NEW_CATEGORIES} {lang:update_nb_new_categories}
- - {update_result.NB_NEW_ELEMENTS} {lang:update_nb_new_elements}
- - {update_result.NB_DEL_CATEGORIES} {lang:update_nb_del_categories}
- - {update_result.NB_DEL_ELEMENTS} {lang:update_nb_del_elements}
- - {update_result.NB_UPD_ELEMENTS} {lang:update_nb_upd_elements}
- - {update_result.NB_ERRORS} {lang:update_nb_errors}
-
-
-
-
-{L_RESULT_METADATA}
-
- - {metadata_result.NB_ELEMENTS_DONE} {lang:update_nb_elements_metadata_sync}
- - {metadata_result.NB_ELEMENTS_CANDIDATES} {lang:update_nb_elements_metadata_available}
- - {lang:update_used_metadata} : {METADATA_LIST}
-
-
-
-
-
-{lang:update_error_list_title}
-
-
-
- - [{sync_errors.error.ELEMENT}] {sync_errors.error.LABEL}
-
-
-
-{lang:update_errors_caption}
-
-
- - {sync_errors.error_caption.TYPE}: {sync_errors.error_caption.LABEL}
-
-
-
-
-
-{lang:update_infos_title}
-
-
-
- - [{sync_infos.info.ELEMENT}] {sync_infos.info.LABEL}
-
-
-
-
-
-
-{lang:update_default_title}
-
-
-
-{lang:Site manager}
diff --git a/template/public/yoga/admin/tags.tpl b/template/public/yoga/admin/tags.tpl
deleted file mode 100644
index 8fe666b59..000000000
--- a/template/public/yoga/admin/tags.tpl
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
{lang:Manage tags}
-
-
-
diff --git a/template/public/yoga/admin/user_list.tpl b/template/public/yoga/admin/user_list.tpl
deleted file mode 100644
index e6c1e81b6..000000000
--- a/template/public/yoga/admin/user_list.tpl
+++ /dev/null
@@ -1,307 +0,0 @@
-
-
-
-
-
{lang:title_liste_users}
-
-
-
-
-
-
-
diff --git a/template/public/yoga/admin/user_perm.tpl b/template/public/yoga/admin/user_perm.tpl
deleted file mode 100644
index a24fd9096..000000000
--- a/template/public/yoga/admin/user_perm.tpl
+++ /dev/null
@@ -1,21 +0,0 @@
-{TITLE}
-
-
-
-
-
-
diff --git a/template/public/yoga/dclear.css b/template/public/yoga/dclear.css
deleted file mode 100644
index e69de29bb..000000000
diff --git a/template/public/yoga/footer.tpl b/template/public/yoga/footer.tpl
deleted file mode 100644
index 44d905995..000000000
--- a/template/public/yoga/footer.tpl
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
- {lang:generation_time} {debug.TIME} ({debug.NB_QUERIES} {lang:sql_queries_in} {debug.SQL_TIME}) -
-
-
-
-
- {lang:powered_by}
PhpWebGallery
- {VERSION}
-
- - {lang:send_mail}
-
{lang:Webmaster}
-
-
-
-
-
-
- {debug.QUERIES_LIST}
-
-
{comment.AUTHOR} - {comment.DATE}
- --