diff --git a/addons/mobile/classes/hdml.class.php b/addons/mobile/classes/hdml.class.php
deleted file mode 100644
index 69205f741..000000000
--- a/addons/mobile/classes/hdml.class.php
+++ /dev/null
@@ -1,124 +0,0 @@
-charset);
- header("Cache-Control: no-store, no-cache, must-revalidate");
- header("Cache-Control: post-check=0, pre-check=0", false);
- header("Pragma: no-cache");
-
- print '';
- print "\n";
- print $this->hasChilds()?'':'';
- print "\n";
-
- if($this->upperUrl)
- {
- $url = $this->upperUrl;
- printf('%s', $url->url, $url->text, "\n");
- }
- }
-
- /**
- * @brief Output title
- **/
- function printTitle()
- {
- if($this->totalPage > $this->mobilePage) $titlePageStr = sprintf("(%d/%d)",$this->mobilePage, $this->totalPage);
- printf('<%s%s>%s', $this->title,$titlePageStr,"\n");
- }
-
- /**
- * @brief Output information
- * hasChilds() if there is a list of content types, otherwise output
- **/
- function printContent()
- {
- if($this->hasChilds())
- {
- foreach($this->getChilds() as $key => $val)
- {
- if(!$val['link']) continue;
- printf('%s%s',lang('cmd_select'), $val['href'], $val['text'], "\n");
- }
- }
- else
- {
- printf('%s
%s', $this->getContent(),"\n");
- }
- }
-
- /**
- * @brief Button to output
- **/
- function printBtn()
- {
- // Menu Types
- if($this->hasChilds())
- {
- if($this->nextUrl)
- {
- $url = $this->nextUrl;
- printf('%s%s', $url->text, $url->url, $url->text, "\n");
- }
- if($this->prevUrl)
- {
- $url = $this->prevUrl;
- printf('%s%s', $url->text, $url->url, $url->text, "\n");
- }
- if($this->homeUrl)
- {
- $url = $this->homeUrl;
- printf('%s%s', $url->text, $url->url, $url->text, "\n");
- }
- // Content Types
- }
- else
- {
- if($this->nextUrl)
- {
- $url = $this->nextUrl;
- printf('%s', $url->text, $url->url, $url->text);
- }
- if($this->prevUrl)
- {
- $url = $this->prevUrl;
- printf('%s', $url->text, $url->url, $url->text);
- }
- if($this->homeUrl)
- {
- $url = $this->homeUrl;
- printf('%s', $url->text, $url->url, $url->text);
- }
- }
- }
-
- /**
- * @brief Footer information output
- **/
- function printFooter()
- {
- print $this->hasChilds()?'':'';
- print "\n";
- print("");
- }
-}
-
-/* End of file hdml.class.php */
-/* Location: ./addons/mobile/classes/hdml.class.php */
diff --git a/addons/mobile/classes/mhtml.class.php b/addons/mobile/classes/mhtml.class.php
deleted file mode 100644
index 34a9fe19b..000000000
--- a/addons/mobile/classes/mhtml.class.php
+++ /dev/null
@@ -1,98 +0,0 @@
-
\n");
- if($this->totalPage > $this->mobilePage) $titlePageStr = sprintf("(%d/%d)",$this->mobilePage, $this->totalPage);
- printf("%s%s\n", htmlspecialchars($this->title, ENT_COMPAT | ENT_HTML401, 'UTF-8', false),htmlspecialchars($titlePageStr, ENT_COMPAT | ENT_HTML401, 'UTF-8', false));
- }
- // Output title
- function printTitle()
- {
- if($this->totalPage > $this->mobilePage) $titlePageStr = sprintf("(%d/%d)",$this->mobilePage, $this->totalPage);
- printf('<%s%s>
%s', htmlspecialchars($this->title, ENT_COMPAT | ENT_HTML401, 'UTF-8', false),htmlspecialchars($titlePageStr, ENT_COMPAT | ENT_HTML401, 'UTF-8', false),"\n");
- }
-
- /**
- * @brief Output information
- * hasChilds() if there is a list of content types, otherwise output
- **/
- function printContent()
- {
- if($this->hasChilds())
- {
- foreach($this->getChilds() as $key => $val)
- {
- if(!$val['link']) continue;
- printf('%s
%s', $val['href'], $this->getNo(), $val['text'], "\n");
- if($val['extra']) printf("
%s\n",str_replace('
','
',$val['extra']));
- }
- }
- else
- {
- print(str_replace('
','
',$this->getContent())."\n");
- }
- print "
";
- }
-
- /**
- * @brief Button to output
- **/
- function printBtn()
- {
- if($this->nextUrl)
- {
- $url = $this->nextUrl;
- printf('%s
%s', $url->url, $url->text, "\n");
- }
- if($this->prevUrl)
- {
- $url = $this->prevUrl;
- printf('%s
%s', $url->url, $url->text, "\n");
- }
- // Select Language
- if(!parent::isLangChange())
- {
- $url = getUrl('','lcm','1','sel_lang',Context::getLangType(),'return_uri',Context::get('current_url'));
- printf('%s
%s', $url, 'Language : '.lang('select_lang'), "\n");
- }
- else
- {
- printf('%s
%s', Context::get('return_uri'), lang('lang_return'), "\n");
- }
- if($this->upperUrl)
- {
- $url = $this->upperUrl;
- printf('%s', $url->url, $url->text, "\n");
- }
- if($this->homeUrl)
- {
- $url = $this->homeUrl;
- printf('%s
%s', $url->text, $url->url, $url->text, "\n");
- }
- }
- // Footer information output
- function printFooter()
- {
- print("