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" />
|
||||
|
||||
|
||||
<!-- <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>
|
||||
<body>
|
||||
|
||||
@ -46,9 +39,11 @@ $app = JFactory::getApplication();
|
||||
</div>
|
||||
|
||||
<div id='content'>
|
||||
|
||||
<div id='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="none" />
|
||||
@ -57,9 +52,11 @@ $app = JFactory::getApplication();
|
||||
<jdoc:include type="modules" style="none" name="footline" />
|
||||
</div> <!-- #footline -->
|
||||
</div><!-- main_column -->
|
||||
|
||||
<div id='right_column'>
|
||||
<jdoc:include type="modules" style="none" name="right_column" />
|
||||
</div><!-- #right_column -->
|
||||
|
||||
</div> <!-- #content -->
|
||||
|
||||
<div id='footer'>
|
||||
|
Loading…
Reference in New Issue
Block a user