2016-09-26 367 views
0

我試圖創建在的Joomla一個自定義模板,但我得到了以下錯誤:的Joomla自定義模板錯誤

錯誤 無法寫入進入 無法找到安裝包

我的模板郵編公頃下列文件夾:

了聖誕節
-CSS
--template.css
-js
--template.js
-images
的index.php
templateDetails.xml

我templateDetails.xml如下:

<?xml version="1.0" encoding="utf-8"?> 
<extension version="3.3" type="template" client="site" method="upgrade"> 
    <name>christinas</name> 
    <creationDate>Sep 2016</creationDate> 
    <author>me</author> 

    <copyright>Copyright (C) 2010 - 2016. All rights reserved.</copyright> 

    <version>1.1</version> 
    <description>My Template</description> 

    <positions> 
     <position>title</position> 
     <position>top1</position> 
     <position>top2</position> 
     <position>top3</position> 
     <position>logo</position> 
     <position>menu</position> 
     <position>search</position> 
     <position>slide</position> 

    </positions> 

    <files> 
     <file>index.php</file> 
     <file>templateDetails.xml</file> 
     <folder>css/</folder> 
     <folder>images/</folder> 
     <folder>js/</folder> 

    </files> 

</extension> 

這對於Joomla模板正確的文件集?

回答

1

不應該說,它是

<filename>index.php</filename>