Benim Joomla şablonu Görüntüler

0 Cevap php

Ben aşağıdaki dosyaları oluşturarak bir Joomla şablonu oluşturuldu: index.php "," templateDetails.xml "," images "ve" css ". Ben bunu doğru yüklü ama şablonu seçerek olduğumda görüntüler gösterilmez.

Herkes bu sorunu çözmek için nasıl bilir? Ben üçlü yolları ve Joomla farklı ayarları kontrol ama işe yaramadı


This is part of the XML file that corresponds to images

            <filename>images/left-top-corner.png</filename>
            <filename>images/main-banner.jpg</filename>
            <filename>images/main-bg.jpg</filename>
            <filename>images/menu-bg.gif</filename>
            <filename>images/right-bot-corner.png</filename>
            <filename>images/right-top-corner.png</filename>

This is part of the CSS code

  • { margin:0; padding:0;} html, body { height:100%;} body { background:url(..\images\main-bg.jpg) no-repeat center top #efc072; font-family:Arial, Helvetica, sans-serif; font-size:100%; line-height:1.0625em; color:#968a70;}

This is part of the basic index.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > <head> <head> <jdoc:include type="head" /> baseurl ?>/templates/mynewtemplate/css/style.css" type="text/css" /> baseurl ?>/templates/mynewtemplate/css/layout.css" type="text/css" /> baseurl ?>/templates/mynewtemplate/css/ie_style.css" type="text/css" /> baseurl ?>/templates/template?>/css/style.css" type="text/css" />

baseurl ?>/templates/template;?>/css/ie_style.css" rel="stylesheet" type="text/css" /> baseurl ?>/templates/template;?>/css/ie7only.css" rel="stylesheet" type="text/css" /> baseurl ?>/templates/template;?>/javascript/ie_png.js">

0 Cevap