\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/com_contact/contact/default_form.php b/deployed/_theme3037/templates/_theme3037/html/com_contact/contact/default_form.php
new file mode 100644
index 00000000..c2e9422e
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/com_contact/contact/default_form.php
@@ -0,0 +1,85 @@
+error)) : ?>
+
+error; ?>
+
+
+
+
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/com_contact/contact/index.html b/deployed/_theme3037/templates/_theme3037/html/com_contact/contact/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/com_contact/contact/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/com_contact/index.html b/deployed/_theme3037/templates/_theme3037/html/com_contact/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/com_contact/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/com_content/archive/default.php b/deployed/_theme3037/templates/_theme3037/html/com_content/archive/default.php
new file mode 100644
index 00000000..5c0cfe8c
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/com_content/archive/default.php
@@ -0,0 +1,44 @@
+getTemplate(true);
+include_once(JPATH_BASE.'/templates/'. $template->template .'/includes/functions.php');
+
+JHtml::addIncludePath(JPATH_COMPONENT . '/helpers');
+JHtml::_('behavior.caption');
+?>
+
+params->get('show_page_heading', 1)) : ?>
+
+ escape($this->params->get('page_heading'))), $template->params->get('blogPageHeading')); ?>
+
+params->get('filter_field') != 'hide') : ?>
+
+loadTemplate('items'); ?>
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/com_content/archive/default_items.php b/deployed/_theme3037/templates/_theme3037/html/com_content/archive/default_items.php
new file mode 100644
index 00000000..5599007b
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/com_content/archive/default_items.php
@@ -0,0 +1,217 @@
+getTemplate(true);
+include_once(JPATH_BASE.'/templates/'. $template->template .'/includes/functions.php');
+
+JHtml::addIncludePath(JPATH_COMPONENT . '/helpers');
+$params = $this->params;
+?>
+
+item->event->afterDisplayContent; ?>
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/com_content/category/gallery_links.php b/deployed/_theme3037/templates/_theme3037/html/com_content/category/gallery_links.php
new file mode 100644
index 00000000..c4067e91
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/com_content/category/gallery_links.php
@@ -0,0 +1,24 @@
+
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/com_content/category/index.html b/deployed/_theme3037/templates/_theme3037/html/com_content/category/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/com_content/category/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/com_content/featured/default.php b/deployed/_theme3037/templates/_theme3037/html/com_content/featured/default.php
new file mode 100644
index 00000000..f7611ac8
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/com_content/featured/default.php
@@ -0,0 +1,87 @@
+getTemplate(true);
+include_once(JPATH_BASE.'/templates/'. $template->template .'/includes/functions.php');
+
+JHtml::addIncludePath(JPATH_COMPONENT . '/helpers');
+JHtml::_('behavior.caption');
+
+// If the page class is defined, add to class as suffix.
+// It will be a separate class if the user starts it with a space
+?>
+
+ params->get('show_page_heading') != 0) : ?>
+
+ escape($this->params->get('page_heading')), $template->params->get('featuredPageHeading')); ?>
+
+ lead_items)) : ?>
+
+ get('show_tags', 1) && !empty($this->item->tags)) :
+ $this->item->tagLayout = new JLayoutFile('joomla.content.tags');
+
+ echo $this->item->tagLayout->render($this->item->tags->itemTags);
+ endif;
+
+ // Todo Not that elegant would be nice to group the params
+ $useDefList = (($params->get('show_modify_date')) or ($params->get('show_publish_date')) or ($params->get('show_hits')));
+ if ($useDefList AND ($info == 0 OR $info == 2)) : ?>
+
+item->event->afterDisplayContent; ?>
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/com_content/featured/index.html b/deployed/_theme3037/templates/_theme3037/html/com_content/featured/index.html
new file mode 100644
index 00000000..2efb97f3
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/com_content/featured/index.html
@@ -0,0 +1 @@
+
diff --git a/deployed/_theme3037/templates/_theme3037/html/com_content/form/edit.php b/deployed/_theme3037/templates/_theme3037/html/com_content/form/edit.php
new file mode 100644
index 00000000..2bab57d3
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/com_content/form/edit.php
@@ -0,0 +1,357 @@
+state->get('params');
+//$images = json_decode($this->item->images);
+//$urls = json_decode($this->item->urls);
+
+// This checks if the editor config options have ever been saved. If they haven't they will fall back to the original settings.
+$editoroptions = isset($params->show_publishing_options);
+if (!$editoroptions)
+{
+ $params->show_urls_images_frontend = '0';
+}
+?>
+
+
+
+ get('show_page_heading', 1)) : ?>
+
+
+ escape($params->get('page_heading')); ?>
+
+
+
+
+
+
diff --git a/deployed/_theme3037/templates/_theme3037/html/com_content/index.html b/deployed/_theme3037/templates/_theme3037/html/com_content/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/com_content/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/com_finder/index.html b/deployed/_theme3037/templates/_theme3037/html/com_finder/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/com_finder/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/com_finder/search/default.php b/deployed/_theme3037/templates/_theme3037/html/com_finder/search/default.php
new file mode 100644
index 00000000..5d0065b4
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/com_finder/search/default.php
@@ -0,0 +1,40 @@
+
+
+ add possibility of solution without javascript (like it had been before dtree was added)
+ if($this->_config->get('jg_showsubsingalleryview')):
+ JHTML::_('joomgallery.categorytree', $row->cid, $row->textcontainer);
+ endif; ?>
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/com_search/search/default_error.php b/deployed/_theme3037/templates/_theme3037/html/com_search/search/default_error.php
new file mode 100644
index 00000000..ddc6f1e2
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/com_search/search/default_error.php
@@ -0,0 +1,17 @@
+error): ?>
+
+ escape($this->error); ?>
+
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/com_search/search/default_form.php b/deployed/_theme3037/templates/_theme3037/html/com_search/search/default_form.php
new file mode 100644
index 00000000..d458d4d4
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/com_search/search/default_form.php
@@ -0,0 +1,68 @@
+getUpperLimitSearchWord();
+$app = JFactory::getApplication('site');
+$template = $app->getTemplate(true);
+include_once(JPATH_BASE.'/templates/'. $template->template .'/includes/functions.php');
+
+JHtml::_('bootstrap.tooltip');
+?>
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/com_search/search/default_results.php b/deployed/_theme3037/templates/_theme3037/html/com_search/search/default_results.php
new file mode 100644
index 00000000..5f32b393
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/com_search/search/default_results.php
@@ -0,0 +1,40 @@
+
+
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/mod_articles_category/faqs.php b/deployed/_theme3037/templates/_theme3037/html/mod_articles_category/faqs.php
new file mode 100644
index 00000000..cc031f41
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/mod_articles_category/faqs.php
@@ -0,0 +1,153 @@
+
+
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/mod_articles_news/_item.php b/deployed/_theme3037/templates/_theme3037/html/mod_articles_news/_item.php
new file mode 100644
index 00000000..1060e424
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/mod_articles_news/_item.php
@@ -0,0 +1,33 @@
+get('item_heading', 'h4');
+?>
+get('item_title')) : ?>
+< class="newsflash-titleget('moduleclass_sfx'); ?>">
+ get('link_titles') && $item->link != '') : ?>
+ title;?>
+ title;
+ endif; ?>
+>
+get('intro_only')) :
+echo $item->afterDisplayTitle;
+endif;
+
+echo $item->beforeDisplayContent;
+
+echo $item->introtext;
+
+if (isset($item->link) && $item->readmore != 0 && $params->get('readmore')) :
+echo ''.$item->linkText.'';
+endif; ?>
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/mod_articles_news/default.php b/deployed/_theme3037/templates/_theme3037/html/mod_articles_news/default.php
new file mode 100644
index 00000000..b220cd04
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/mod_articles_news/default.php
@@ -0,0 +1,18 @@
+
+
+
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/mod_articles_news/horizontal.php b/deployed/_theme3037/templates/_theme3037/html/mod_articles_news/horizontal.php
new file mode 100644
index 00000000..c285c01c
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/mod_articles_news/horizontal.php
@@ -0,0 +1,24 @@
+
+
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/mod_custom/default.php b/deployed/_theme3037/templates/_theme3037/html/mod_custom/default.php
new file mode 100644
index 00000000..24eac573
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/mod_custom/default.php
@@ -0,0 +1,14 @@
+
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/mod_komento_comments/index.html b/deployed/_theme3037/templates/_theme3037/html/mod_komento_comments/index.html
new file mode 100644
index 00000000..2efb97f3
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/mod_komento_comments/index.html
@@ -0,0 +1 @@
+
diff --git a/deployed/_theme3037/templates/_theme3037/html/mod_login/default.php b/deployed/_theme3037/templates/_theme3037/html/mod_login/default.php
new file mode 100644
index 00000000..bde79692
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/mod_login/default.php
@@ -0,0 +1,114 @@
+get('moduleclass_sfx'));
+?>
+
+
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/mod_login/default_logout.php b/deployed/_theme3037/templates/_theme3037/html/mod_login/default_logout.php
new file mode 100644
index 00000000..11366033
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/mod_login/default_logout.php
@@ -0,0 +1,33 @@
+
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/mod_login/index.html b/deployed/_theme3037/templates/_theme3037/html/mod_login/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/mod_login/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/mod_menu/default.php b/deployed/_theme3037/templates/_theme3037/html/mod_menu/default.php
new file mode 100644
index 00000000..910e8b7c
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/mod_menu/default.php
@@ -0,0 +1,87 @@
+
+
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/mod_search/error.php b/deployed/_theme3037/templates/_theme3037/html/mod_search/error.php
new file mode 100644
index 00000000..abf3733b
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/mod_search/error.php
@@ -0,0 +1,52 @@
+
+
+
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/mod_search/index.html b/deployed/_theme3037/templates/_theme3037/html/mod_search/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/mod_search/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/mod_socialloginandsocialshare/default.php b/deployed/_theme3037/templates/_theme3037/html/mod_socialloginandsocialshare/default.php
new file mode 100644
index 00000000..2f8ee660
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/mod_socialloginandsocialshare/default.php
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/deployed/_theme3037/templates/_theme3037/html/mod_tm_ajax_contact_form/default.php b/deployed/_theme3037/templates/_theme3037/html/mod_tm_ajax_contact_form/default.php
new file mode 100644
index 00000000..7a21f900
--- /dev/null
+++ b/deployed/_theme3037/templates/_theme3037/html/mod_tm_ajax_contact_form/default.php
@@ -0,0 +1,253 @@
+get('labels_pos');
+
+?>
+
+
+
toggler; ?>> + +
+