diff options
Diffstat (limited to 'h-source/Application/Views/Mobile/Contact/index.php')
-rw-r--r-- | h-source/Application/Views/Mobile/Contact/index.php | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/h-source/Application/Views/Mobile/Contact/index.php b/h-source/Application/Views/Mobile/Contact/index.php index 9d4d806..51e0466 100644 --- a/h-source/Application/Views/Mobile/Contact/index.php +++ b/h-source/Application/Views/Mobile/Contact/index.php @@ -20,13 +20,22 @@ // along with h-source. If not, see <http://www.gnu.org/licenses/>. ?> -<?php - if (file_exists(ROOT."/Template/".Params::$viewSubfolder."/Contact/index_$lang.php")) - { - include(ROOT."/Template/".Params::$viewSubfolder."/Contact/index_$lang.php"); - } - else - { - include(ROOT."/Template/".Params::$viewSubfolder."/Contact/index.php"); - } -?> + <div data-role="content"> + + <div class="position_tree_box"> + <a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> » contact + </div> + + <div class="credits_external_box"> + + <div class="contact_div"> + You can suggest to implement new features or add new types of hardware in the <a href="<?php echo $this->baseUrl."/issues/viewall/$lang/1/$token";?>">issues</a> page + </div> + + <div class="contact_div"> + If you want to directly contact the <b><?php echo Website::$generalName;?></b> team use this e-mail address: <b>info@h-node.com</b> + </div> + + </div> + + </div> |