Changed Template in joomla and made minor modifications to make it working

This commit is contained in:
Christian Wolf
2017-03-12 14:26:14 +01:00
parent f1c746235c
commit 21bb8194fe
6 changed files with 320 additions and 291 deletions

View File

@@ -11,8 +11,8 @@ $app = JFactory::getApplication();
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/main.css" type="text/css" />
@@ -27,43 +27,43 @@ $app = JFactory::getApplication();
<body>
<div id='topmenu'>
<jdoc:include type="modules" style="xhtml" name="topmenu" />
<jdoc:include type="modules" style="none" name="topmenu" />
</div> <!-- #topmenu -->
<div id='page'>
<div id='header'>
<div id='logo'>
<img src='img/SLT_hoch_03.png'>
<img src='<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/img/SLT_hoch_03.png'>
</div> <!-- #logo -->
<div id='slideshow'>
<jdoc:include type="modules" style="xhtml" name="slideshow" />
<jdoc:include type="modules" style="none" name="slideshow" />
</div> <!-- #slideshow -->
</div> <!-- #header -->
<div id='mobile_menu'>
<jdoc:include type="modules" style="xhtml" name="mobile_menu" />
<jdoc:include type="modules" style="none" name="mobile_menu" />
</div>
<div id='content'>
<div id='left_menu'>
<jdoc:include type="modules" style="xhtml" name="left_menu" />
<jdoc:include type="modules" style="none" name="left_menu" />
</div> <!-- #left_menu -->
<div id='main_column'>
<div id='main_content'>
<jdoc:include type="component" style="xhtml" />
<jdoc:include type="component" style="none" />
</div>
<div id='footline'>
<jdoc:include type="modules" style="xhtml" name="footline" />
<jdoc:include type="modules" style="none" name="footline" />
</div> <!-- #footline -->
</div><!-- main_column -->
<div id='right_column'>
<jdoc:include type="modules" style="xhtml" name="right_column" />
<jdoc:include type="modules" style="none" name="right_column" />
</div><!-- #right_column -->
</div> <!-- #content -->
<div id='footer'>
<jdoc:include type="modules" style="xhtml" name="footer" />
<jdoc:include type="modules" style="none" name="footer" />
</div> <!-- #footer -->
</div> <!-- #page -->