Salve ragazzi sono incappato in un errore che prima non mi aveva mai dato!
Sto creando un nuovo template per un sito
www.stupendalanotte.it va perfetto e non da problemi, solo che nell administrator sia in gestione template, sia quando apro un modulo etc, in alto mi visualizza questo errore in rosso:
XML Parsing Error at 57:14. Error 76: Mismatched tag
Come mai?!
vi posto il codice del file:
<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="template">
<name>nightstyle</name>
<version>1.0</version>
<creationDate>ottobre 2009</creationDate>
<author>loverdesign</author>
<authorEmail>ale1515@hotmail.it</authorEmail>
<authorUrl>
http://www.lover-design.com</authorUrl>
<copyright></copyright>
<license></license>
<description></description>
<files>
<filename>index.php</filename>
<filename>templateDetails.xml</filename>
<filename>template_thumbnail.png</filename>
<filename>params.ini</filename>
<filename>images/header.png</filename>
<filename>images/bg_page.png</filename>
<filename>images/ombra.png</filename>
<filename>images/newshome.png</filename>
<filename>css/index.html</filename>
<filename>css/template.css</filename>
<filename>css/editor.css</filename>
</files>
<positions>
<position>left</position>
<position>right</position>
<position>top</position>
<position>bottom</position>
<position>inset</position>
<position>banner</position>
<position>header</position>
<position>footer</position>
<position>newsflash</position>
<position>legals</position>
<position>pathway</position>
<position>breadcrumb</position>
<position>user1</position>
<position>user2</position>
<position>user3</position>
<position>user4</position>
<position>user5</position>
<position>user6</position>
<position>user7</position>
<position>user8</position>
<position>user9</position>
<position>advert1</position>
<position>advert2</position>
<position>advert3</position>
<position>debug</position>
<position>syndicate</position>
</positions>
<params>
<param name="showComponent" type="radio" default="1" label="Show Component" description="Show/Hide the component output" />
<option value="0">No</option>
<option value="1">Yes</option>
</param>
</params>
</install>
C'è qualcosa di sbagliato?