Minor visuel enhancements, not latest version as on joomla server
This commit is contained in:
parent
21bb8194fe
commit
60b2024931
@ -16,13 +16,6 @@ $app = JFactory::getApplication();
|
|||||||
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/main.css" type="text/css" />
|
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/main.css" type="text/css" />
|
||||||
|
|
||||||
|
|
||||||
<!-- <title>Saarländische Tanzverband e.V.</title> -->
|
|
||||||
<!-- <meta content=""> -->
|
|
||||||
|
|
||||||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
|
||||||
|
|
||||||
<!-- <style></style> -->
|
|
||||||
<!-- <link rel="stylesheet" type="text/css" href="css/main.css"> -->
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@ -46,9 +39,11 @@ $app = JFactory::getApplication();
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id='content'>
|
<div id='content'>
|
||||||
|
|
||||||
<div id='left_menu'>
|
<div id='left_menu'>
|
||||||
<jdoc:include type="modules" style="none" name="left_menu" />
|
<jdoc:include type="modules" style="none" name="left_menu" />
|
||||||
</div> <!-- #left_menu -->
|
</div> <!-- #left_menu -->
|
||||||
|
|
||||||
<div id='main_column'>
|
<div id='main_column'>
|
||||||
<div id='main_content'>
|
<div id='main_content'>
|
||||||
<jdoc:include type="component" style="none" />
|
<jdoc:include type="component" style="none" />
|
||||||
@ -57,9 +52,11 @@ $app = JFactory::getApplication();
|
|||||||
<jdoc:include type="modules" style="none" name="footline" />
|
<jdoc:include type="modules" style="none" name="footline" />
|
||||||
</div> <!-- #footline -->
|
</div> <!-- #footline -->
|
||||||
</div><!-- main_column -->
|
</div><!-- main_column -->
|
||||||
|
|
||||||
<div id='right_column'>
|
<div id='right_column'>
|
||||||
<jdoc:include type="modules" style="none" name="right_column" />
|
<jdoc:include type="modules" style="none" name="right_column" />
|
||||||
</div><!-- #right_column -->
|
</div><!-- #right_column -->
|
||||||
|
|
||||||
</div> <!-- #content -->
|
</div> <!-- #content -->
|
||||||
|
|
||||||
<div id='footer'>
|
<div id='footer'>
|
||||||
|
Loading…
Reference in New Issue
Block a user