diff --git a/htdocs/modules/system/templates/admin/system_avatars.html b/htdocs/modules/system/templates/admin/system_avatars.html
deleted file mode 100644
index b40bf00f..00000000
--- a/htdocs/modules/system/templates/admin/system_avatars.html
+++ /dev/null
@@ -1,177 +0,0 @@
-
-<{include file="db:system_header.tpl"}>
-
-
-<{if isset($type) && $type == 's'}>
-
-<{/if}>
-<{if !empty($view_cat)}>
-
-
-
-
- | <{$smarty.const._AM_SYSTEM_AVATAR_SYSTEM}> |
- <{$smarty.const._AM_SYSTEM_AVATAR_CUSTOM}> |
-
-
-
-
-
-
-
-
-
- <{$smarty.const._AM_SYSTEM_AVATAR_SYSTEM}> : <{$count_system}>
- |
-
-
-
-
-
- <{$smarty.const._AM_SYSTEM_AVATAR_CUSTOM}> : <{$count_custom}>
- |
-
-
-
-
-<{/if}>
-
-<{if !empty($avatars_list)}>
- <{foreach item=avatar from=$avatars_list|default:null}>
-
-
-
-

-
-
-
<{$avatar.avatar_name}>
-


- <{if $avatar.type == 'c'}>
-
-
-
- <{else}>
-

- <{/if}>
-
-
-
-
-
-
-
-
-
- <{/foreach}>
-
-
- <{if !empty($nav_menu)}>
- <{$nav_menu}>
-
- <{/if}>
-<{/if}>
-
-<{if !empty($multiupload)}>
-
-
- <{include file="db:system_trigger_uploads.tpl"}>
- <{$smarty.const._AM_SYSTEM_AVATAR_SYSTEM}>
-
- <{$smarty.const._IMGMAXSIZE}> <{$imgcat_maxsize}>
- <{$smarty.const._IMGMAXWIDTH}> <{$imgcat_maxwidth}>
- <{$smarty.const._IMGMAXHEIGHT}> <{$imgcat_maxheight}>
-
-
-<{/if}>
-
-
-<{if !empty($form)}>
- <{$form}>
-<{/if}>
-
diff --git a/htdocs/modules/system/templates/admin/system_banners.html b/htdocs/modules/system/templates/admin/system_banners.html
deleted file mode 100644
index d37720f1..00000000
--- a/htdocs/modules/system/templates/admin/system_banners.html
+++ /dev/null
@@ -1,156 +0,0 @@
-<{include file="db:system_header.tpl"}>
-
-
-
- <{if isset($banner_count) && $banner_count == true}>
-
- <{$smarty.const._AM_SYSTEM_BANNERS_CURACTBNR}>
- |
- <{/if}>
-
-
- |
-
-
-<{if isset($banner_count) && $banner_count == true}>
-
-
-
- | <{$smarty.const._AM_SYSTEM_BANNERS_IMPRESION}> |
- <{$smarty.const._AM_SYSTEM_BANNERS_IMPLEFT}> |
- <{$smarty.const._AM_SYSTEM_BANNERS_CLICKS}> |
- <{$smarty.const._AM_SYSTEM_BANNERS_NCLICKS}> |
- <{$smarty.const._AM_SYSTEM_BANNERS_CLINAME}> |
- <{$smarty.const._AM_SYSTEM_BANNERS_FUNCTION}> |
-
-
-
- <{foreach item=bannerdetail from=$banner|default:null}>
-
- | <{$bannerdetail.impmade}> |
- <{$bannerdetail.left}> |
- <{$bannerdetail.clicks}> |
- <{$bannerdetail.percent}>% |
- <{$bannerdetail.name}> |
-
-
-
-
-
-
- |
-
- <{/foreach}>
-
-
-
- <{if !empty($nav_menu_banner)}>
- <{$nav_menu_banner}>
-
- <{/if}>
-
- <{foreach item=banner from=$popup_banner|default:null}>
-
- <{$banner.imageurl}>
-
- <{/foreach}>
-
-<{/if}>
-
-
-<{if isset($banner_finish_count) && $banner_finish_count == true}>
- <{$smarty.const._AM_SYSTEM_BANNERS_FINISHBNR}>
-
-
-
- | <{$smarty.const._AM_SYSTEM_BANNERS_IMPD}> |
- <{$smarty.const._AM_SYSTEM_BANNERS_CLICKS}> |
- <{$smarty.const._AM_SYSTEM_BANNERS_NCLICKS}> |
- <{$smarty.const._AM_SYSTEM_BANNERS_STARTDATE}> |
- <{$smarty.const._AM_SYSTEM_BANNERS_ENDDATE}> |
- <{$smarty.const._AM_SYSTEM_BANNERS_CLINAME}> |
- <{$smarty.const._AM_SYSTEM_BANNERS_FUNCTION}> |
-
-
-
- <{foreach item=finished_banner from=$banner_finish|default:null}>
-
- | <{$finished_banner.impressions}> |
- <{$finished_banner.clicks}> |
- <{$finished_banner.percent}>% |
- <{$finished_banner.datestart}> |
- <{$finished_banner.dateend}> |
- <{$finished_banner.name}> |
-
-
-
- |
-
- <{/foreach}>
-
-
-
- <{if !empty($nav_menu_bannerF)}>
- <{$nav_menu_bannerF}>
-
- <{/if}>
-
-<{/if}>
-
-<{if isset($banner_client_count) && $banner_client_count == true}>
- <{$smarty.const._AM_SYSTEM_BANNERS_ADVCLI}>
-
-
-
- | <{$smarty.const._AM_SYSTEM_BANNERS_CLINAME}> |
- <{$smarty.const._AM_SYSTEM_BANNERS_ACTIVEBNR}> |
- <{$smarty.const._AM_SYSTEM_BANNERS_CONTNAME}> |
- <{$smarty.const._AM_SYSTEM_BANNERS_CONTMAIL}> |
- <{$smarty.const._AM_SYSTEM_BANNERS_FUNCTION}> |
-
-
-
- <{foreach item=banner_client_detail from=$banner_client|default:null}>
-
- | <{$banner_client_detail.name}> |
- <{$banner_client_detail.banner_active}> |
- <{$banner_client_detail.contact}> |
- <{$banner_client_detail.email}> |
-
-
-
-
-
- |
-
- <{/foreach}>
-
-
-
- <{if !empty($nav_menu_client)}>
- <{$nav_menu_client}>
-
- <{/if}>
-<{/if}>
-
-
-<{if !empty($form)}>
- <{$form}>
-<{/if}>
diff --git a/htdocs/modules/system/templates/admin/system_blocks.html b/htdocs/modules/system/templates/admin/system_blocks.html
deleted file mode 100644
index 14bf65ab..00000000
--- a/htdocs/modules/system/templates/admin/system_blocks.html
+++ /dev/null
@@ -1,109 +0,0 @@
-
-<{include file="db:system_header.tpl"}>
-
-<{if !empty($filterform)}>
-
-
-
-
-
- |
-
- |
-
-
-
-
-
- |
- <{$smarty.const._AM_SYSTEM_BLOCKS_SIDELEFT}>
- <{include file="db:system_blocks_item.tpl" blocks=$blocks side=0}>
- |
-
- <{$smarty.const._AM_SYSTEM_BLOCKS_SIDETOPLEFT}>
- <{include file="db:system_blocks_item.tpl" blocks=$blocks side=3}>
- |
-
- <{$smarty.const._AM_SYSTEM_BLOCKS_SIDETOPCENTER}>
- <{include file="db:system_blocks_item.tpl" blocks=$blocks side=5}>
- |
-
- <{$smarty.const._AM_SYSTEM_BLOCKS_SIDETOPRIGHT}>
- <{include file="db:system_blocks_item.tpl" blocks=$blocks side=4}>
- |
-
- <{$smarty.const._AM_SYSTEM_BLOCKS_SIDERIGHT}>
- <{include file="db:system_blocks_item.tpl" blocks=$blocks side=1}>
- |
-
-
- | |
-
-
- |
- <{$smarty.const._AM_SYSTEM_BLOCKS_SIDEBOTTOMLEFT}>
- <{include file="db:system_blocks_item.tpl" blocks=$blocks side=7}>
- |
-
- <{$smarty.const._AM_SYSTEM_BLOCKS_SIDEBOTTOMCENTER}>
- <{include file="db:system_blocks_item.tpl" blocks=$blocks side=9}>
- |
-
- <{$smarty.const._AM_SYSTEM_BLOCKS_SIDEBOTTOMRIGHT}>
- <{include file="db:system_blocks_item.tpl" blocks=$blocks side=8}>
- |
-
-
-
-
-
-
-
- |
-
-
-
-<{/if}>
-class="hide"<{/if}>>
- <{if empty($filterform)}>
<{/if}>
- <{$blockform}>
-
-
-
diff --git a/htdocs/modules/system/templates/admin/system_blocks_item.html b/htdocs/modules/system/templates/admin/system_blocks_item.html
deleted file mode 100644
index 072faafa..00000000
--- a/htdocs/modules/system/templates/admin/system_blocks_item.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<{foreach item=item from=$blocks|default:null}>
- <{if $item.side == $side}>
-
-
-
-
-
-<{$item.title}><{if $item.block_type == 'D'}> (<{$item.bid}>)<{/if}>
-
-


-
- 
- <{if $item.block_type != 'S'}>
-
- 
- <{/if}>
-
- 
-
-
- <{/if}>
-<{/foreach}>
diff --git a/htdocs/modules/system/templates/admin/system_comments.html b/htdocs/modules/system/templates/admin/system_comments.html
deleted file mode 100644
index d5e3e196..00000000
--- a/htdocs/modules/system/templates/admin/system_comments.html
+++ /dev/null
@@ -1,75 +0,0 @@
-<{include file="db:system_header.tpl"}>
-
-<{if !empty($form)}>
- <{$form}>
-<{else}>
- <{$form_sort}>
-
-
-
- <{foreach item=comment from=$comments_popup|default:null}>
-
-
- <{/foreach}>
-
- <{$nav|default:''}>
-<{/if}>
diff --git a/htdocs/modules/system/templates/admin/system_groups.html b/htdocs/modules/system/templates/admin/system_groups.html
deleted file mode 100644
index 1f49e0c3..00000000
--- a/htdocs/modules/system/templates/admin/system_groups.html
+++ /dev/null
@@ -1,60 +0,0 @@
-
-<{include file="db:system_header.tpl"}>
-<{if isset($groups_count) && $groups_count == true}>
-
-
-
-
- | <{$smarty.const._AM_SYSTEM_GROUPS_ID}> |
- <{$smarty.const._AM_SYSTEM_GROUPS_NAME}> |
- <{$smarty.const._AM_SYSTEM_GROUPS_DESCRIPTION}> |
- <{$smarty.const._AM_SYSTEM_GROUPS_NB_USERS_BY_GROUPS}> |
- <{$smarty.const._AM_SYSTEM_GROUPS_ACTION}> |
-
-
-
- <{foreach item=groupdetail from=$groups|default:null}>
-
- | <{$groupdetail.groups_id}> |
-
-
- <{$groupdetail.name}>
-
- |
- <{$groupdetail.description}> |
-
- <{$groupdetail.nb_users_by_groups}>
- |
-
-
-
- <{if !empty($groupdetail.delete)}>
-
-
- <{/if}>
- |
-
- <{/foreach}>
-
-
-
-
- <{if !empty($nav_menu)}>
- <{$nav_menu}>
-
- <{/if}>
-<{/if}>
-
-<{if !empty($form)}>
- <{$form}>
-<{/if}>
diff --git a/htdocs/modules/system/templates/admin/system_header.html b/htdocs/modules/system/templates/admin/system_header.html
deleted file mode 100644
index 1cf9410b..00000000
--- a/htdocs/modules/system/templates/admin/system_header.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
- <{foreach item=breadcrumb from=$xo_sys_breadcrumb|default:null}>
- <{if $breadcrumb.home}>
- 
- <{else}>
- <{if $breadcrumb.link}>
- - <{$breadcrumb.title}>
-
- <{else}>
- - <{$breadcrumb.title}>
- <{/if}>
- <{/if}>
- <{/foreach}>
- <{if !empty($xo_sys_help)}>
- -
-
-
-
- <{/if}>
-
-<{if !empty($help_content)}>
-
- <{include file="$help_content"}>
-
-<{/if}>
-<{if !empty($xo_sys_tips)}>
-
-

-
-
<{$xo_sys_tips}>
-
-
-<{else}>
-
-<{/if}>
diff --git a/htdocs/modules/system/templates/admin/system_help.html b/htdocs/modules/system/templates/admin/system_help.html
deleted file mode 100644
index ba188d09..00000000
--- a/htdocs/modules/system/templates/admin/system_help.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<{include file="db:system_header.tpl"}>
-
-
- |
- <{if !empty($help)}>
-
- <{/if}>
- <{if !empty($list_mods)}>
-
- <{/if}>
- |
-
-
- <{$helpcontent}>
-
- |
-
-
diff --git a/htdocs/modules/system/templates/admin/system_images.html b/htdocs/modules/system/templates/admin/system_images.html
deleted file mode 100644
index 9d8819a9..00000000
--- a/htdocs/modules/system/templates/admin/system_images.html
+++ /dev/null
@@ -1,307 +0,0 @@
-
-<{include file="db:system_header.tpl"}>
-
-
-
-<{if empty($edit_form) && empty($listimg) && empty($multiupload)}>
-
-
-
- | <{$smarty.const._AM_SYSTEM_IMAGES_NAME}> |
- <{$smarty.const._AM_SYSTEM_IMAGES_NBIMAGES}> |
- <{$smarty.const._AM_SYSTEM_IMAGES_MAXSIZE}> |
- <{$smarty.const._AM_SYSTEM_IMAGES_MAXWIDTH}> |
- <{$smarty.const._AM_SYSTEM_IMAGES_MAXHEIGHT}> |
- <{$smarty.const._AM_SYSTEM_IMAGES_DISPLAY}> |
- <{$smarty.const._AM_SYSTEM_IMAGES_ACTIONS}> |
-
-
-
- <{foreach item=cat from=$cat_img|default:null}>
-
- |
-
- <{$cat.name}>
-
- |
- <{$cat.count}> |
- <{$cat.maxsize}> |
- <{$cat.maxwidth}> |
- <{$cat.maxheight}> |
- 
- |
-
-
-
- <{if isset($xoops_isadmin)}>
-
-
-
-
- <{/if}>
- |
-
- <{/foreach}>
- <{if empty($cat_img)}>
-
- | <{$smarty.const._AM_SYSTEM_IMAGES_NOCAT}> |
-
- <{/if}>
-
-
-
- <{if !empty($nav_menu)}>
- <{$nav_menu}>
-
- <{/if}>
-<{/if}>
-<{if !empty($images)}>
-
-
- <{foreach item=img from=$images|default:null}>
-
-
-
-

-
-
-
-
-
-
- <{if empty($db_store)}>
- <{$xoops_upload_url}>/<{$img.image_name}>
- <{else}>
- <{$xoops_url}>/image.php?id=<{$img.image_id}>
- <{/if}>
-
-
- <{/foreach}>
-
-
- <{if !empty($nav_menu)}>
- <{$nav_menu}>
-
- <{/if}>
-<{else}>
-
-<{/if}>
-
-
-<{if !empty($image_form)}>
-
-
- <{$image_form.javascript}>
-
-
-<{/if}>
-
-<{if !empty($imagecat_form)}>
-
-
- <{$imagecat_form.javascript}>
-
-
-<{/if}>
-<{if !empty($multiupload)}>
-
- <{include file="db:system_trigger_uploads.tpl"}>
- <{$imgcat_name}>
-
- <{$smarty.const._IMGMAXSIZE}> <{$imgcat_maxsize}>
- <{$smarty.const._IMGMAXWIDTH}> <{$imgcat_maxwidth}>
- <{$smarty.const._IMGMAXHEIGHT}> <{$imgcat_maxheight}>
-
-
-<{/if}>
-
-<{if !empty($edit_form)}>
-
- <{$edit_thumbs}>
-
- <{$edit_form.javascript}>
-
-
-<{/if}>
-
diff --git a/htdocs/modules/system/templates/admin/system_index.html b/htdocs/modules/system/templates/admin/system_index.html
deleted file mode 100644
index abd9ac76..00000000
--- a/htdocs/modules/system/templates/admin/system_index.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<{include file="db:system_header.tpl"}>
-
-
-
-
- | <{$smarty.const._AM_SYSTEM_SECTION}> |
- <{$smarty.const._AM_SYSTEM_DESC}> |
- <{$smarty.const._AM_SYSTEM_USAGE}> |
- <{$smarty.const._AM_SYSTEM_ACTIVE}> |
-
-
-
-
- <{foreach item=menuitem from=$menu|default:null}>
- <{if $menuitem.title}>
-
-
-
-
- <{$menuitem.title}>
-
- |
- <{$menuitem.desc}> |
- <{$menuitem.infos|default:''}> |
-
- <{if !empty($menuitem.used)}>
-
-
- <{/if}>
- |
-
- <{/if}>
- <{/foreach}>
-
-
diff --git a/htdocs/modules/system/templates/admin/system_mailusers.html b/htdocs/modules/system/templates/admin/system_mailusers.html
deleted file mode 100644
index ba9c3506..00000000
--- a/htdocs/modules/system/templates/admin/system_mailusers.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-<{include file="db:system_header.tpl"}>
-
-
-<{if !empty($form)}>
- <{$form}>
-<{/if}>
-<{$Sucess|default:''}>
-<{$Errors|default:''}>
diff --git a/htdocs/modules/system/templates/admin/system_maintenance.html b/htdocs/modules/system/templates/admin/system_maintenance.html
deleted file mode 100644
index 9208fefc..00000000
--- a/htdocs/modules/system/templates/admin/system_maintenance.html
+++ /dev/null
@@ -1,53 +0,0 @@
-
-<{include file="db:system_header.tpl"}>
-
-
-<{if !empty($form_maintenance)}>
- <{$form_maintenance}>
-
- <{$form_dump}>
-<{elseif !empty($maintenance)}>
- <{if $verif_cache || $verif_session || $verif_avatar}>
-
-
- | <{$smarty.const._AM_SYSTEM_MAINTENANCE}> |
- <{$smarty.const._AM_SYSTEM_MAINTENANCE_RESULT}> |
-
- <{if isset($verif_cache)}>
-
- | <{$smarty.const._AM_SYSTEM_MAINTENANCE_RESULT_CACHE}> |
- <{if isset($result_cache)}> <{else}> <{/if}>
- |
-
- <{/if}>
-
- <{if isset($verif_session)}>
-
- | <{$smarty.const._AM_SYSTEM_MAINTENANCE_RESULT_SESSION}> |
- <{if isset($result_session)}> <{else}> <{/if}>
- |
-
- <{/if}>
-
- <{if isset($verif_avatar)}>
-
- | <{$smarty.const._AM_SYSTEM_MAINTENANCE_RESULT_AVATAR}> |
- <{if isset($result_avatar)}> <{else}> <{/if}>
- |
-
- <{/if}>
-
-
- <{/if}>
- <{if !empty($verif_maintenance)}>
- <{$result_maintenance}>
- <{/if}>
-<{else}>
- <{$result_dump}>
-<{/if}>
diff --git a/htdocs/modules/system/templates/admin/system_modules.html b/htdocs/modules/system/templates/admin/system_modules.html
deleted file mode 100644
index 5000684e..00000000
--- a/htdocs/modules/system/templates/admin/system_modules.html
+++ /dev/null
@@ -1,288 +0,0 @@
-<{include file="db:system_header.tpl"}>
-<{if isset($install_mods)}>
-
-
-

-

-
-
-
-
-<{/if}>
-
-<{if !empty($toinstall_mods)}>
-
-

-

-
-
-
-
-
- | <{$smarty.const._AM_SYSTEM_MODULES_MODULE}> |
- <{$smarty.const._AM_SYSTEM_MODULES_VERSION}> |
- <{$smarty.const._AM_SYSTEM_MODULES_ACTION}> |
-
-
-
- <{foreach item=row from=$toinstall_mods|default:null}>
-
-
-
-
-
- <{if (!empty($row.hasadmin) && $row.hasadmin == 1) && (!empty($row.isactive) && $row.isactive == 1)}>
-
- 
- <{else}>
- 
- <{/if}>
- <{$row.name}>
-
- |
- <{$row.version}> |
-
-
-
-
- |
-
- <{/foreach}>
-
-
-<{/if}>
-
-<{foreach item=row from=$mods_popup|default:null}>
-
-
-
-
-
- |
-
-
- - <{$smarty.const._VERSION}> : <{$row.version}>
- - <{$smarty.const._AUTHOR}> : <{$row.author}>
- - <{$smarty.const._CREDITS}> : <{$row.credits}>
- - <{$smarty.const._LICENCE}> : <{$row.license}>
-
- |
-
-
-
<{$row.description}>
-
-<{/foreach}>
-
diff --git a/htdocs/modules/system/templates/admin/system_modules_confirm.html b/htdocs/modules/system/templates/admin/system_modules_confirm.html
deleted file mode 100644
index c43e1076..00000000
--- a/htdocs/modules/system/templates/admin/system_modules_confirm.html
+++ /dev/null
@@ -1,74 +0,0 @@
-<{include file="db:system_header.tpl"}>
-<{if isset($modifs_mods)}>
-
-<{else}>
-
-<{/if}>
diff --git a/htdocs/modules/system/templates/admin/system_preferences.html b/htdocs/modules/system/templates/admin/system_preferences.html
deleted file mode 100644
index 3137f6ff..00000000
--- a/htdocs/modules/system/templates/admin/system_preferences.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<{if !empty($breadcrumb)}>
- <{include file="db:system_header.tpl"}>
-<{/if}>
-
-<{if !empty($menu)}>
-
-<{/if}>
-
-
-
-
diff --git a/htdocs/modules/system/templates/admin/system_smilies.html b/htdocs/modules/system/templates/admin/system_smilies.html
deleted file mode 100644
index 0d1b6f6d..00000000
--- a/htdocs/modules/system/templates/admin/system_smilies.html
+++ /dev/null
@@ -1,62 +0,0 @@
-
-<{include file="db:system_header.tpl"}>
-
-<{if isset($smilies_count) && $smilies_count == true}>
-
-
-
-
- | <{$smarty.const._AM_SYSTEM_SMILIES_CODE}> |
- <{$smarty.const._AM_SYSTEM_SMILIES_SMILIE}> |
- <{$smarty.const._AM_SYSTEM_SMILIES_DESCRIPTION}> |
- <{$smarty.const._AM_SYSTEM_SMILIES_DISPLAY}> |
- <{$smarty.const._AM_SYSTEM_SMILIES_ACTION}> |
-
-
-
- <{foreach item=smiley from=$smilies|default:null}>
-
- | <{$smiley.code}> |
- <{$smiley.image}> |
- <{$smiley.emotion}> |
-
- 
- |
-
-
-
-
-
- |
-
- <{/foreach}>
-
-
-
-
- <{if !empty($nav_menu)}>
- <{$nav_menu}>
-
- <{/if}>
-<{/if}>
-
-<{if !empty($form)}>
- <{$form}>
-<{/if}>
diff --git a/htdocs/modules/system/templates/admin/system_templates.html b/htdocs/modules/system/templates/admin/system_templates.html
deleted file mode 100644
index 89fa9af7..00000000
--- a/htdocs/modules/system/templates/admin/system_templates.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<{include file="db:system_header.tpl"}>
-
-<{if isset($index)}>
-
-
-
-
- | <{$smarty.const._AM_SYSTEM_TEMPLATES_YOUR_THEMES}> |
- |
-
-
- |
-
- |
-
- <{$form}>
-
-
- 
-
- |
-
-
-
-
-
-<{else}>
-
- <{if isset($verif)}>
- <{$infos}>
- <{else}>
- <{$smarty.const._AM_SYSTEM_TEMPLATES_NOT_CREATED}>
- <{/if}>
-<{/if}>
diff --git a/htdocs/modules/system/templates/admin/system_userrank.html b/htdocs/modules/system/templates/admin/system_userrank.html
deleted file mode 100644
index 0c17c677..00000000
--- a/htdocs/modules/system/templates/admin/system_userrank.html
+++ /dev/null
@@ -1,65 +0,0 @@
-<{include file="db:system_header.tpl"}>
-
-
-<{if isset($userrank_count) && $userrank_count == true}>
-
-
-
-
- | <{$smarty.const._AM_SYSTEM_USERRANK_IMAGE}> |
- <{$smarty.const._AM_SYSTEM_USERRANK_TITLE}> |
- <{$smarty.const._AM_SYSTEM_USERRANK_MINPOST}> |
- <{$smarty.const._AM_SYSTEM_USERRANK_MAXPOST}> |
- <{$smarty.const._AM_SYSTEM_USERRANK_SPECIAL}> |
- <{$smarty.const._AM_SYSTEM_USERRANK_ACTION}> |
-
-
-
- <{foreach item=rankinfo from=$userrank|default:null}>
-
- | <{$rankinfo.rank_image}> |
- <{$rankinfo.rank_title}> |
- <{$rankinfo.rank_min}> |
- <{$rankinfo.rank_max}> |
- 
- |
-
-
-
-
-
- |
-
- <{/foreach}>
-
-
-
-
- <{if !empty($nav_menu)}>
- <{$nav_menu}>
-
- <{/if}>
-<{/if}>
-
-<{if !empty($form)}>
- <{$form}>
-<{/if}>
-
diff --git a/htdocs/modules/system/templates/admin/system_users.html b/htdocs/modules/system/templates/admin/system_users.html
deleted file mode 100644
index fc1c382c..00000000
--- a/htdocs/modules/system/templates/admin/system_users.html
+++ /dev/null
@@ -1,170 +0,0 @@
-<{include file="db:system_header.tpl"}>
-
-<{if isset($users_display) && $users_display == true}>
-
-
-
-
-
- <{if isset($users_count) && $users_count == true}>
- <{foreach item=users from=$users_popup|default:null}>
-
- <{/foreach}>
- <{/if}>
-
- <{$nav|default:''}>
-<{/if}>
-
-
-<{if !empty($form)}>
- <{$form}>
-<{/if}>
diff --git a/htdocs/modules/system/templates/system_banner.html b/htdocs/modules/system/templates/system_banner.html
deleted file mode 100644
index 12c500f8..00000000
--- a/htdocs/modules/system/templates/system_banner.html
+++ /dev/null
@@ -1,70 +0,0 @@
-<{$smarty.const._BANNERS_MANAGEMENT}>
-<{$welcomeuser}>
-
-<{$smarty.const._BANNERS_TITLE}>
-
-
- | <{$smarty.const._BANNERS_NO}> |
- <{$smarty.const._BANNERS_IMP_MADE}> |
- <{$smarty.const._BANNERS_IMP_TOTAL}> |
- <{$smarty.const._BANNERS_IMP_LEFT}> |
- <{$smarty.const._BANNERS_CLICKS}> |
- <{$smarty.const._BANNERS_PER_CLICKS}> |
- <{$smarty.const._BANNERS_FUNCTIONS}> |
-
- <{if isset($bcount)}>
- <{foreach item=banner from=$banners|default:null}>
-
- | <{$banner.bid}> |
- <{$banner.impmade}> |
- <{$banner.imptotal}> |
- <{$banner.left}> |
- <{$banner.clicks}> |
- <{$banner.percent}>% |
-
- <{$smarty.const._BANNERS_STATS}>
- <{$smarty.const._BANNERS_SHOWBANNER}>
- |
-
- <{/foreach}>
- <{else}>
-
- | <{$smarty.const._BANNERS_NOTHINGFOUND}> |
-
- <{/if}>
-
- | |
-
-
-
-<{$smarty.const._BANNERS_FINISHED}>
-
-
-
- | <{$smarty.const._BANNERS_NO}> |
- <{$smarty.const._BANNERS_IMP_MADE}> |
- <{$smarty.const._BANNERS_CLICKS}> |
- <{$smarty.const._BANNERS_PER_CLICKS}> |
- <{$smarty.const._BANNERS_STARTED}> |
- <{$smarty.const._BANNERS_ENDED}> |
-
- <{if isset($bcount)}>
- <{foreach item=ebanner from=$ebanners|default:null}>
-
- | <{$ebanner.bid}> |
- <{$ebanner.impressions}> |
- <{$ebanner.clicks}> |
- <{$ebanner.percent}> |
- <{$ebanner.datestart}> |
- <{$ebanner.dateend}>% |
-
- <{/foreach}>
- <{else}>
-
- | <{$smarty.const._BANNERS_NOTHINGFOUND}> |
-
- <{/if}>
-
- | |
-
-
diff --git a/htdocs/modules/system/templates/system_bannerdisplay.html b/htdocs/modules/system/templates/system_bannerdisplay.html
deleted file mode 100644
index 61d17310..00000000
--- a/htdocs/modules/system/templates/system_bannerdisplay.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<{$smarty.const._BANNERS_MANAGEMENT}>
-<{$welcomeuser}>
-
-
-<{$banneractive}>
-<{if isset($count)}>
- <{foreach item=banner from=$banners|default:null}>
-
- <{/foreach}>
-<{/if}>
diff --git a/htdocs/modules/system/templates/system_bannerlogin.html b/htdocs/modules/system/templates/system_bannerlogin.html
deleted file mode 100644
index 986a9400..00000000
--- a/htdocs/modules/system/templates/system_bannerlogin.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
<{$smarty.const._BANNERS_LOGIN_TITLE}>
-
-
-
diff --git a/htdocs/modules/system/templates/system_block_dummy.html b/htdocs/modules/system/templates/system_block_dummy.html
deleted file mode 100644
index 8f2bf247..00000000
--- a/htdocs/modules/system/templates/system_block_dummy.html
+++ /dev/null
@@ -1 +0,0 @@
-<{$block.content|default:''}>
diff --git a/htdocs/modules/system/templates/system_comment.html b/htdocs/modules/system/templates/system_comment.html
deleted file mode 100644
index eaf6f68f..00000000
--- a/htdocs/modules/system/templates/system_comment.html
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
- | <{$comment.poster.uname}> |
-
- <{$lang_posted}>: <{$comment.date_posted}>
- <{if $comment.date_posted != $comment.date_modified}>
- <{$lang_updated}>:<{$comment.date_modified}>
- <{/if}>
-
- |
-
-
-
- <{if $comment.poster.id != 0}>
-
-
- <{$comment.poster.rank_title}>
- 
-
-
-
- <{$lang_joined}>: <{$comment.poster.regdate}>
- <{$lang_from}>: <{$comment.poster.from}>
- <{$lang_posts}>: <{$comment.poster.postnum}>
- <{$comment.poster.status}>
- |
- <{else}>
- |
- <{/if}>
-
-
- <{$comment.image|default:''}><{$comment.title}>
- <{$comment.text}>
- |
-
-
- |
-
- <{if isset($xoops_iscommentadmin) && $xoops_iscommentadmin == true}>
-
-
-
-
- |
- <{elseif $xoops_isuser == true && $xoops_userid == $comment.poster.id}>
-
-
-
- |
- <{elseif $xoops_isuser == true || $anon_canpost == true}>
-
-
- |
- <{else}>
- |
- <{/if}>
-
-
-
diff --git a/htdocs/modules/system/templates/system_comments_flat.html b/htdocs/modules/system/templates/system_comments_flat.html
deleted file mode 100644
index 837b3960..00000000
--- a/htdocs/modules/system/templates/system_comments_flat.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<{if !empty($comments) }>
-
-
- | <{$lang_poster}> |
- <{$lang_thread}> |
-
- <{foreach item=comment from=$comments|default:null}>
- <{include file="db:system_comment.tpl" comment=$comment}>
- <{/foreach}>
-
-<{/if}>
-<{if isset($commentform)}>
-
-<{/if}>
diff --git a/htdocs/modules/system/templates/system_comments_nest.html b/htdocs/modules/system/templates/system_comments_nest.html
deleted file mode 100644
index a8394022..00000000
--- a/htdocs/modules/system/templates/system_comments_nest.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<{section name=i loop=$comments}>
-
-
-
- | <{$lang_poster}> |
- <{$lang_thread}> |
-
- <{include file="db:system_comment.tpl" comment=$comments[i]}>
-
-
- <{foreach item=reply from=$comments[i].replies|default:null}>
-
-
-
- |
-
-
-
- | <{$lang_poster}> |
- <{$lang_thread}> |
-
- <{include file="db:system_comment.tpl" comment=$reply}>
-
- |
-
-
- <{/foreach}>
-
-<{/section}>
-<{if isset($commentform)}>
- <{/if}>
diff --git a/htdocs/modules/system/templates/system_comments_thread.html b/htdocs/modules/system/templates/system_comments_thread.html
deleted file mode 100644
index 10e78dc2..00000000
--- a/htdocs/modules/system/templates/system_comments_thread.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<{section name=i loop=$comments}>
-
-
-
- | <{$lang_poster}> |
- <{$lang_thread}> |
-
- <{include file="db:system_comment.tpl" comment=$comments[i]}>
-
- <{if isset($show_threadnav) && $show_threadnav == true}>
-
- <{/if}>
-
- <{if $comments[i].show_replies == true}>
-
-
-
-
- | <{$lang_subject}> |
- <{$lang_poster}> |
- <{$lang_posted}> |
-
- <{foreach item=reply from=$comments[i].replies|default:null}>
-
- | <{$reply.prefix}> <{$reply.title}>
- |
- <{$reply.poster.uname}> |
- <{$reply.date_posted}> |
-
- <{/foreach}>
-
-
- <{/if}>
-
-<{/section}>
-<{if isset($commentform)}>
- <{/if}>
diff --git a/htdocs/modules/system/templates/system_dummy.html b/htdocs/modules/system/templates/system_dummy.html
deleted file mode 100644
index 932c6907..00000000
--- a/htdocs/modules/system/templates/system_dummy.html
+++ /dev/null
@@ -1 +0,0 @@
-<{$dummy_content}>
\ No newline at end of file
diff --git a/htdocs/modules/system/templates/system_homepage.html b/htdocs/modules/system/templates/system_homepage.html
deleted file mode 100644
index 8b137891..00000000
--- a/htdocs/modules/system/templates/system_homepage.html
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/htdocs/modules/system/templates/system_imagemanager.html b/htdocs/modules/system/templates/system_imagemanager.html
deleted file mode 100644
index 1e370f47..00000000
--- a/htdocs/modules/system/templates/system_imagemanager.html
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
-
- <{$sitename}> <{$lang_imgmanager}>
-
-
-
-
-
- <{php}>
- $language = $GLOBALS['xoopsConfig']['language'];
- if(file_exists(XOOPS_ROOT_PATH.'/language/'.$language.'/style.css')){
- echo "
-
- ";
- }
- <{/php}>
-
-
-
-
-
-<{$pagenav|default:''}>
-<{if isset($image_total) && $image_total > 0}>
-
-
- | <{$lang_imagename}> |
- <{$lang_image}> |
- <{$lang_imagemime}> |
- <{$lang_align}> |
-
-
- <{section name=i loop=$images}>
-
- | <{$images[i].nicename}> |
-  |
- <{$images[i].mimetype}> |
-
-
-
- |
- <{/section}>
-
-<{else}>
-
-<{/if}>
-
-<{$pagenav|default:''}>
-
-
-
-
-
diff --git a/htdocs/modules/system/templates/system_imagemanager2.html b/htdocs/modules/system/templates/system_imagemanager2.html
deleted file mode 100644
index 3152bcf7..00000000
--- a/htdocs/modules/system/templates/system_imagemanager2.html
+++ /dev/null
@@ -1,113 +0,0 @@
-
-
-
-
-
- <{$xoops_sitename}> <{$lang_imgmanager}>
- <{$image_form.javascript}>
-
-
-
-
- <{php}>
- $language = $GLOBALS['xoopsConfig']['language'];
- if(file_exists(XOOPS_ROOT_PATH.'/language/'.$language.'/style.css')){
- echo "
-
- ";
- }
- <{/php}>
-
-
-
-
-
-
-
- <{include file="db:system_trigger_uploads.tpl"}>
-
-
-
-
-
-<{$imgcat_name}>
-
-<{$smarty.const._IMGMAXSIZE}> <{$imgcat_maxsize}>
-<{$smarty.const._IMGMAXWIDTH}> <{$imgcat_maxwidth}>
-<{$smarty.const._IMGMAXHEIGHT}> <{$imgcat_maxheight}>
-
-
-
-
-
-
-
diff --git a/htdocs/modules/system/templates/system_notification_list.html b/htdocs/modules/system/templates/system_notification_list.html
deleted file mode 100644
index ba84f361..00000000
--- a/htdocs/modules/system/templates/system_notification_list.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<{$lang_activenotifications}>
-
diff --git a/htdocs/modules/system/templates/system_notification_select.html b/htdocs/modules/system/templates/system_notification_select.html
deleted file mode 100644
index 0978e175..00000000
--- a/htdocs/modules/system/templates/system_notification_select.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<{if $xoops_notification.show}>
-
-<{/if}>
diff --git a/htdocs/modules/system/templates/system_redirect.html b/htdocs/modules/system/templates/system_redirect.html
deleted file mode 100644
index 589d167c..00000000
--- a/htdocs/modules/system/templates/system_redirect.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
- <{$xoops_sitename}>
-
-
-
-
-
<{$message}>
-
-
<{$lang_ifnotreload}>
-
-<{if !empty($xoops_logdump)}>
- <{$xoops_logdump}>
-<{/if}>
-
-
diff --git a/htdocs/modules/system/templates/system_rss.html b/htdocs/modules/system/templates/system_rss.html
deleted file mode 100644
index bcae7e85..00000000
--- a/htdocs/modules/system/templates/system_rss.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
- <{$channel_title}>
-
- <{$channel_link}>
- <{$channel_desc}>
- <{$channel_lastbuild}>
- http://backend.userland.com/rss/
- <{$channel_generator}>
- <{$channel_category}>
- <{$channel_editor}>
- <{$channel_webmaster}>
- <{$channel_language}>
- <{if !empty($image_url)}>
-
- <{$channel_title}>
- <{$image_url}>
-
- <{$channel_link}>
- <{$image_width}>
- <{$image_height}>
-
- <{/if}>
- <{foreach item=item from=$items|default:null}>
- -
- <{$item.title}>
-
- <{$item.link}>
- <{$item.description}>
- <{$item.pubdate}>
- <{$item.guid}>
-
- <{/foreach}>
-
-
diff --git a/htdocs/modules/system/templates/system_siteclosed.html b/htdocs/modules/system/templates/system_siteclosed.html
deleted file mode 100644
index 3b63a654..00000000
--- a/htdocs/modules/system/templates/system_siteclosed.html
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
-
- <{$xoops_sitename}> - <{$xoops_slogan}>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
- <{$lang_siteclosemsg}>
-
- |
-
-
-
-
-
-
-
-
-
diff --git a/htdocs/modules/system/templates/system_userform.html b/htdocs/modules/system/templates/system_userform.html
deleted file mode 100644
index 7a629b78..00000000
--- a/htdocs/modules/system/templates/system_userform.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
diff --git a/htdocs/modules/system/templates/system_userinfo.html b/htdocs/modules/system/templates/system_userinfo.html
deleted file mode 100644
index 504ca183..00000000
--- a/htdocs/modules/system/templates/system_userinfo.html
+++ /dev/null
@@ -1,179 +0,0 @@
-<{if isset($user_ownpage) && $user_ownpage == true}>
-
-
-
-<{elseif $xoops_isadmin != false}>
-
-
-
-
-
-<{/if}>
-
-
-
-
-
-
- | <{$lang_allaboutuser}> |
-
- <{if isset($user_avatarurl)}>
-
- | <{$lang_avatar}> |
-  |
-
- <{/if}>
- <{if isset($user_realname)}>
-
- | <{$lang_realname}> |
- <{$user_realname}> |
-
- <{/if}>
- <{if isset($user_websiteurl)}>
-
- | <{$lang_website}> |
- <{$user_websiteurl}> |
-
- <{/if}>
- <{if isset($user_email)}>
-
- | <{$lang_email}> |
- <{$user_email}> |
-
- <{/if}>
- <{if !$user_ownpage == true}>
-
- | <{$lang_privmsg}> |
- <{$user_pmlink}> |
-
- <{/if}>
- <{if isset($user_icq)}>
-
- | <{$lang_icq}> |
- <{$user_icq}> |
-
- <{/if}>
- <{if isset($user_aim)}>
-
- | <{$lang_aim}> |
- <{$user_aim}> |
-
- <{/if}>
- <{if isset($user_yim)}>
-
- | <{$lang_yim}> |
- <{$user_yim}> |
-
- <{/if}>
- <{if isset($user_msnm)}>
-
- | <{$lang_msnm}> |
- <{$user_msnm}> |
-
- <{/if}>
- <{if isset($user_location)}>
-
- | <{$lang_location}> |
- <{$user_location}> |
-
- <{/if}>
- <{if isset($user_occupation)}>
-
- | <{$lang_occupation}> |
- <{$user_occupation}> |
-
- <{/if}>
- <{if isset($user_interest)}>
-
- | <{$lang_interest}> |
- <{$user_interest}> |
-
- <{/if}>
- <{if isset($user_extrainfo)}>
-
- | <{$lang_extrainfo}> |
- <{$user_extrainfo}> |
-
- <{/if}>
-
- |
-
-
-
- | <{$lang_statistics}> |
-
-
- | <{$lang_membersince}> |
- <{$user_joindate}> |
-
-
- | <{$lang_rank}> |
- <{$user_rankimage}> <{$user_ranktitle}> |
-
-
- | <{$lang_posts}> |
- <{$user_posts}> |
-
-
- | <{$lang_lastlogin}> |
- <{$user_lastlogin}> |
-
-
- <{if isset($user_signature)}>
-
-
-
- | <{$lang_signature}> |
-
-
- | <{$user_signature}> |
-
-
- <{/if}>
- |
-
-
-
-
-<{foreach item=module from=$modules|default:null}>
-
- <{$module.name}>
-
- <{foreach item=result from=$module.results|default:null}>
-
- <{$result.title}>
-
- (<{$result.time|default:''}>)
-
- <{/foreach}>
-
-
- <{$module.showall_link}>
-
-
-<{/foreach}>
-