MyXoops Forum

Forum - myXOOPS German Support

7 - 6 = ?  
Geben Sie das Ergebnis der Berechnung ein
Sie haben max. 10 Versuche.
 
* = Erforderlich

Aw: Theme Installation Problem

Betreff: Aw: Theme Installation Problem
von theaxxo am 23.03.2012 11:08:47

Mein Menü sieht so aus: "theme.html"

<!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}>">
<
head>
        <{* 
Center blocks display order valid values are:  lrc (left right centerlcr (left center rightclr (center left right)        *}>
        <{
assign var=theme_top_order value=clr}>
        <{
assign var=theme_bottom_order value=clr}>
        <{
assign var=theme_name value=$xoTheme->folderName}>
        <{
assign var=theme_name value=$xoTheme->folderName|cat:'/xotpl'}>
        <{
assign var=theme_plugin value=$xoTheme->folderName|cat:'/xoplugins'}>
        <{
includeq file="$theme_name/xometas.html"}>
        <{
includeq file="$theme_name/xoscripts.html"}>

          <!--[if 
lte IE 7]>
                        <
style type="text/css">
                                .
flx {height:1%;}
                                
html,body {height:100%}
                                
input {overflow:hiddenborder:1px solid black;}
                        </
style>
                        <![endif]-->
</
head>
<
body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>">
<
table>
  <
tr>
    <
td><img src="<{xoImgUrl img/shim.gif}>" alt="" height="1" width="1000" /></td>
  </
tr>
  <
tr>
    <
td>
<{if 
$xoBlocks.canvas_left and $xoBlocks.canvas_right}><{assign var=columns_layout value='threecolumns-layout'}>
<{elseif 
$xoBlocks.canvas_left}><{assign var=columns_layout value='leftcolumn-layout'}>
<{elseif 
$xoBlocks.canvas_right}><{assign var=columns_layout value='rightcolumn-layout'}>
<{/if}>
<
div id="xo-bgstatic" class="<{$xoops_dirname}>">
<
div id="xo-bgstatic-top" class="<{$xoops_dirname}>">
<
div id="xo-wrapper" class="<{$xoops_dirname}>">
<
div id="xo-canvas"<{if $columns_layout}> class="<{$columns_layout}>"<{/if}>>
                <
div id="xo-header" class="<{$xoops_dirname}>">
      <
div id="xo-banner" class="<{$xoops_dirname}>">
        <
div id="xo-searchbar">
          <
form name="search" method="get" action="<{xoAppUrl /search.php}>">
          <
input type="text" id="query" name="query" class="keyword" value="" maxlength="255" tabindex="1" title="<{$smarty.const.THEME_KEYWORDS}>"/>
          <
input type="hidden" name="action" id="action" value="results"/>
          <
input type="submit" value="Search" class="button" tabindex="2" title="Search"/>
          </
form>
        </
div>
        <
div id="banner-elements">
                <
a id="xo-main-logo" href="<{xoAppUrl /}>"><img src="<{xoImgUrl img/header-logo_small.png}>" alt="<{$xoops_sitename}>" width="380" height="100" /></a>
                <!--<
a id="xo-site-title" href="<{xoAppUrl /}>" title="<{$xoops_sitename}>"><{$xoops_sitename}></a>-->
                <
div id="xo-site-slogan"><{$xoops_slogan}></div>
              </
div>
     </
div>
                 
</
div>
</
div>
                        <{
includeq file="$theme_name/globalnav.html"}>
                </
div>
                <
div id="xo-canvas-content" class="<{$xoops_dirname}>">
                         <
div id="illustration">
                                             <{if 
$xoops_banner and $xoops_banner != ' '}>
                                                      <
div id="xo-banner-ad"><{$xoops_banner|smarty:nodefaults}></div>
                                                <{
includeq file="$theme_name/userbar.html"}>
                                            <{else}>
                                              <{
includeq file="$theme_name/userbar.html"}>
                                            <{/if}>
                                            </
div>
                        <
table id="xo-canvas-columns">
                        <
tr>
                                <{if 
$xoBlocks.canvas_left}>
                                        <{
includeq file="$theme_name/blockszone.html" blocks=$xoBlocks.canvas_left
                                                zoneClass
='xo-canvas-column' zoneId='xo-canvas-leftcolumn' zoneTag='td'
                                                
}>
                                <{/if}>
                                <
td id="xo-page">
                                        <{if 
$xoBlocks.page_topleft or $xoBlocks.page_topcenter or $xoBlocks.page_topright}>
                                                <
div class="xo-blockszone-xo-<{$theme_top_order}>pageblocks" id="xo-page-topblocks">
                                                        <{
includeq file="$theme_name/centerblocks.html" topbottom=top lcr=$theme_top_order|substr:0:1}>
                                                        <{
includeq file="$theme_name/centerblocks.html" topbottom=top lcr=$theme_top_order|substr:1:1}>
                                                        <{
includeq file="$theme_name/centerblocks.html" topbottom=top lcr=$theme_top_order|substr:2:1}>
                                                </
div>
                                        <{/if}>
                                        <{if 
$xoops_contents}>
                                                <
div id="xo-content">
                                                        <{
$xoops_contents}>
                                                </
div>
                                        <{/if}>
                                        <{if 
$xoBlocks.page_bottomleft or $xoBlocks.page_bottomcenter or $xoBlocks.page_bottomright}>
                                                <
div class="xo-blockszone-xo-<{$theme_bottom_order}>pageblocks" id="xo-page-bottomblocks">
                                                        <{
includeq file="$theme_name/centerblocks.html" topbottom=bottom lcr=$theme_bottom_order|substr:0:1}>
                                                        <{
includeq file="$theme_name/centerblocks.html" topbottom=bottom lcr=$theme_bottom_order|substr:1:1}>
                                                        <{
includeq file="$theme_name/centerblocks.html" topbottom=bottom lcr=$theme_bottom_order|substr:2:1}>
                                                </
div>
                                        <{/if}>
                                </
td>
                                <{if 
$xoBlocks.canvas_right}>
                                        <{
includeq file="$theme_name/blockszone.html" blocks=$xoBlocks.canvas_right
                                                zoneClass
='xo-canvas-column' zoneId='xo-canvas-rightcolumn' zoneTag='td'
                                        
}>
                                <{/if}>
                        </
tr>
                        </
table>
                </
div>
    <{
includeq file="$theme_name/breadcrumb.html"}>
                <{
includeq file="$theme_name/xofooter.html"}>
        </
div>

</
div>
</
div>
</
div>
    </
td>
  </
tr>
</
table>
</
body>
</
html>


---Editiert vom Moderator---
Bitte code nicht "pur" in den Text reinkopieren sondern den "code"-tag nutzen. Danke!

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
Modulentwicklung New Xoops Xcreate Module 0 5328 26.11.2025 15:22
efkan Gehe zum letzten Beitrag
Modulentwicklung XOOPS Custom Field Module 1 1816 24.11.2025 11:21
Goffy Gehe zum letzten Beitrag