Hey ich bin gerade dabei ein erstes eigenes Template zu erstellen.
Ich habe mich soweit möglich an Joomla Bücher gehalten. Soweit sogut allerdings funktioniert es nicht ich habe das "fertige" in mein Template Verzeichnis gelegt aber es wird einfach nicht angezeigt.
Hier mein index.php
Meine CSSCode:<html> <head> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" /> </head> <body> <div id="ausrichtung"> <div id="hintergrund"> <div id="bild"><jdoc:include type="modules" name="user1"/> </div> <div id="reihe_1"> <div id="kastenL"><jdoc:include type="modules" name="user2"/></div> <div id="kastenM"><jdoc:include type="modules" name="user3"/></div> <div id="kastenR"><jdoc:include type="modules" name="top"/> <div id="suchfeld"><jdoc:include type="modules" name="user4"/></div> </div> </div> <div id="reihe2"> <div id="menu"><jdoc:include type="modules" name="menu"/></div> <div id="strich_v"></div> <div id="inhalt"><jdoc:include type="component"/> <div id="breadcrumps"><jdoc:include type="modules" name="breadcrumb"/></div> </div> </div> <div id="reihe3"> <div id="strich_h"></div> <div id="submenu"><jdoc:include type="modules" name="bottom"/></div> </div> </div> </div> </body> </html>
und die XMLCode:body{ background-image:url(../images/des_01.gif); } #ausrichtung{ width:98%; top:100px; position:absolute; } #hintergrund{ z-index:1; position:absolute; left:200px; background-image:url(../images/hintergrund.gif); width:796px; height:550px; } #reihe_1{ z-index:3; position:absolute; left:50px; top:20px; width:712px; height:104px; } #kastenL{ z-index:4; background-image:url(../images/kasten.jpg); position:absolute; left:0px; top:0px; width:200px; height:104px; } #kastenM{ z-index:4; background-image:url(../images/kasten.jpg); position:absolute; left:250px; top:0px; width:200px; height:104px; } #kastenR{ z-index:4; position:absolute; left:500px; top:0px; width:200px; height:104px; } #suchfeld{ z-index:5; position:absolute; right:0px; top:10px; height:20px; width:90px; } #reihe2{ z-index:3; left:50px; top:160px; width:712px; height:355px; } #menu{ z-index:4; position:absolute; left:0px; top:0px; width:130px; height:350px; } #strich_v{ z-index:4; background-image:url(../images/strich_07.jpg); position:absolute; left:141px; top:160px; width:3px; height:345px; } #inhalt{ z-index:4; position:absolute; left:150px; top:0px; width:550px; height:350px; } #breadcrumps{ z-index:5; position:absolute; left:0px; top:10px; height:20px; width:500px; } #reihe3{ z-index:3; position:absolute; left:50px; top:523px; width:700px; height:18px; } #submenu{ z-index:4; background-image:url(../images/strich_11.jpg); position:absolute; right:0px; top:0px; width:581px; height:3px; } #bild{ z-index:6; position:absolute; right:10px; top:140px; width:280px; height:370px; }
Danke an euch!!! :-)Code:<?xml version="1.0" encoding="utf-8"?> <install type="template" version="1.5"> <name>El Italiano</name> <creationDate>16/09/09</creationDate> <author>Björn Schöne</author> <copyright>Freakypink</copyright> <authorEmail>bjoern@freakypink.de</authorEmail> <authorUrl>http://www.freakypink.de</authorUrl> <version>1.0</version> <description>Template für ein Friseur Studio aus Paderborn</description> <files> <filename>index.php</filename> <filename>template_thumbnail.png</filename> </files> <images> <filename>http://www.joomlaportal.de/images/des_01.gif</filename> <filename>http://www.joomlaportal.de/images/hintergrund.gif</filename> <filename>http://www.joomlaportal.de/images/kasten.jpg</filename> <filename>http://www.joomlaportal.de/images/strich_07</filename> <filename>http://www.joomlaportal.de/images/strich_11</filename> </images> <css> <filename>css/template.css</filename> </css> <positions> <position>user1</position> <position>user2</position> <position>user3</position> <position>component</position> <position>top</position> <position>user4</position> <position>menu</position> <position>breadcrump</position> <position>bottom</position> </positions> </install>


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen