1
Hi Friends i have one Probleme with my theme , frome theme.html the blocks not visible plz help me ..
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="<{$xoops_langcode}>" lang="<{$xoops_langcode}>" dir="rtl"> <head> Theme name --> <{assign var=theme_name value=$xoTheme->folderName}> <{assign var=theme_name value=$xoTheme->folderName|cat:'/xotpl'}> <title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> : <{/if}><{$xoops_sitename}>title> <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> <meta name="robots" content="<{$xoops_meta_robots}>" /> <meta name="keywords" content="<{if $xoops_pagetitle !=''}><{$xoops_pagetitle}>, <{/if}><{$xoops_meta_keywords}>" /> <meta name="description" content="<{if $xoops_pagetitle !=''}><{$xoops_pagetitle}>, <{/if}><{$xoops_meta_description}>" /> <meta name="rating" content="<{$xoops_meta_rating}>" /> <meta name="author" content="<{$xoops_meta_author}>" /> <meta name="copyright" content="<{$xoops_meta_copyright}>" /> <meta name="generator" content="bleekk.com" /> <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="<{xoAppUrl backend.php}>" /> <link rel="shortcut icon" type="image/ico" href="<{xoImgUrl icons/favicon.ico}>" /> <link rel="icon" type="image/png" href="<{xoImgUrl icons/icon.png}>" /> <link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoAppUrl xoops.css}>" /> <link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoImgUrl css/style.css}>" /> <{$xoops_module_header}> head> <body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>"> <noscript><h1><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}><{/if}>h1>noscript> <div id="header"> <div align="center"> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table1"> <tr> <td width="26"> <a href="<{xoAppUrl}>"><span style="text-decoration: none"><img src="/themes/AS/img/logo-test.jpg" title="<{$xoops_pagetitle}>" />span>a>td> <td> <img border="0" src="/themes/AS/img/ar.jpg" width="728" height="90">td> tr> table> <p style="margin-top: 2px; margin-bottom: 5px"> <a href="/index.php"> <img border="0" src="/menu/1.jpg" width="66" height="28">a><a href="/modules/news/"><img border="0" src="/menu/2.jpg" width="61" height="28">a><a href="/modules/news/index.php?storytopic=15&storynum=5"><img border="0" src="/menu/3.jpg" width="115" height="28">a><a href="/modules/news/index.php?storytopic=8&storynum=5"><img border="0" src="/menu/4.jpg" width="114" height="28">a><a href="/modules/news/index.php?storytopic=1"><img border="0" src="/menu/5.jpg" width="124" height="28">a><a href="/modules/news/index.php?storytopic=10&storynum=5"><img border="0" src="/menu/6.jpg" width="96" height="28">a><a href="/modules/news/index.php?storytopic=13&storynum=5"><img border="0" src="/menu/7.jpg" width="103" height="28">a><a href="/modules/news/index.php?storytopic=18&storynum=5"><img border="0" src="/menu/8.jpg" width="112" height="28">a><a href="/modules/contact/"><img border="0" src="/menu/9.jpg" width="75" height="28">a>div> div> <div id="top-menu"> <div id="suche"> <form method="get" action="<{xoAppUrl search.php}>"> <div id="search-field">div> form> div> div> <div id="xo-canvas"> <table id="xo-canvas-content" cellspacing="0"> <tr> <td> <table> <{if $xoops_showrblock}> <p style="margin-top: 0; margin-bottom: 0" align="right"> td> tr> <{/if}> <tr> <{if $xoops_showlblock}> <td id="xo-canvas-leftcolumn"> <{foreach item=block from=$xoBlocks.canvas_left}> <{includeq file="theme_blockleft.html"}> <{/foreach}> td> <{/if}> <td id="xo-page"> <{if $xoBlocks.page_topleft or $xoBlocks.page_topcenter or $xoBlocks.page_topright}> <table id="xo-topblocks" cellspacing="0"> <tr> <td id="xo-topcenterblocks" colspan="2"> <{foreach item=block from=$xoBlocks.page_topcenter}> <{includeq file="theme_blockcenter_c.html"}> <{/foreach}> td> tr> <tr> <td id="xo-topleftblocks"> <{foreach item=block from=$xoBlocks.page_topleft}> <{includeq file="theme_blockcenter_l.html"}> <{/foreach}> td> <td id="xo-toprightblocks"> <{foreach item=block from=$xoBlocks.page_topright}> <{includeq file="theme_blockcenter_r.html"}> <{/foreach}> td> tr> table> <{/if}> <div id="xo-content"><{$xoops_contents}>div> <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}> <table id="xo-bottomblocks" cellspacing="0"> <{if $xoBlocks.page_bottomcenter}> <tr> <td id="xo-bottomcenterblocks" colspan="2"> <{foreach from=$xoBlocks.page_bottomcenter item=block}> <{include file="theme_blockcenter_c.html"}><{/foreach}> td> tr> <{/if}> <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}> <tr> <td id="xo-bottomleftblocks"> <{foreach from=$xoBlocks.page_bottomleft item=block}> <{include file="theme_blockcenter_l.html"}> <{/foreach}> td> <td id="xo-bottomrightblocks"> <{foreach from=$xoBlocks.page_bottomright item=block}> <{include file="theme_blockcenter_r.html"}> <{/foreach}> td> tr> <{/if}> table> <{/if}> td> tr> table> td> <{if $xoops_showrblock}> <td id="xo-canvas-rightcolumn"> <{foreach item=block from=$xoBlocks.canvas_right}> <{includeq file="theme_blockright.html"}> <{/foreach}> td> <{/if}> tr> table> <div id="footer"> <p align="center"><span lang="ar-sa"><font face="Tahoma">جميع الحقوق محفوضة لموقع أزغنعان 24 - 2011font>span><font face="Tahoma"><span lang="ar-sa"> span>font>©<span lang="ar-sa"> span> span>-<span lang="ar-sa"> span><a href="http://www.azghanghan24.com/"> <font color="#CC0000">azGhanGhan24.Comfont>a><font color="#FF3300"> font><p align="center"> <script type="text/javascript" src="http://widgets.amung.us/classic.js">script><script type="text/javascript">WAU_classic('q3fgthi2vb97')script> <font color="#CC0000"> font>div> div> body> html>