@X-F4CT0R
Also, wenn man ein Template hat und KEINE XML macht, muss da nur drin sein (Ordnerstruktur)
TEMPLATENAME / index.php
TEMPLATENAME / css / template_css.css
TEMPLATENAME / images / ALLE Bilder
Einzig in der index.php muss das drin sein.
<link href="<?php echo $mosConfig_live_site;?>/templates/TEMPLATENAME/css/template_css.css" rel="stylesheet" type="text/css" />
Den Ordner TEMPLATENAME per FTP in MAMBO/templates/TEMPLATENAME rein. Und freuen. (Be happy

)
Kannst auch eine XML machen, damit eine Beschreibung und Autor drin hast.... wenn Du Spass hast?!
Aber dann gehts
<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="template">
<name>TEMPLATENAME</name>
<creationDate>20/07/2004</creationDate>
<author>Autor</author>
<copyright>GNU oder meins</copyright>
<authorEmail>info@Autor-URL.de</authorEmail>
<authorUrl>www.Autor-URL.de</authorUrl>
<version>1.0</version>
<description>Beschreibung des Templates.</description>
</mosinstall>
Aber dann geht eben die Installationsroutine nicht. Mehr macht das XML nicht. Beschreibung und sorgt für Upload Templates über die Installation im Backend von Mambo.
-peter-
Das ist das gleiche, wie der Link den ich oben gepostet habe!
So, das wars!