1
ltdcs
need help with kris_fr theme 125 simple orange
  • 2007/9/6 13:30

  • ltdcs

  • Just popping in

  • Posts: 4

  • Since: 2007/9/6 1


I am trying to remove the userbar, globalnav, and logo from kris_fr's theme 125 - simple orange. Every time I try to remove these things I get errors. Can someone please help me with this?

2
kris_fr
Re: need help with kris_fr theme 125 simple orange
  • 2007/9/6 18:45

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


hi,

<!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"    lang="<{$xoops_langcode}>" xml:lang="<{$xoops_langcode}>">
<
head>
<!-- 
paramètres pour le positionnement des blocs haut et bas -->
<{* 
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}>
<!-- 
indique le nom du thème -->
    <{
assign var=theme_name value=$xoTheme->folderName}>

<!-- 
titre de la page et meta descriptions -->
    <
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="<{$xoops_meta_keywords}>" />
    <
meta name="description" content="<{$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="XOOPS" />

<!-- 
Pour la transition des pages -->
<
meta http-equiv="Page-Enter" content="revealtrans(duration=1, transition=23)" /> 
<
meta http-equiv="Page-Exit" content="revealtrans(duration=1, transition=23)" />

<!-- 
chemin du favicon -->
    <
link rel="shortcut icon" type="image/ico" href="<{xoImgUrl /favicon.ico}>" />
    <
link rel="icon" type="image/png" href="<{xoImgUrl /icon.png}>" />
    
<!-- 
Css du thème -->
    <
link rel="stylesheet" type="text/css" media="screen" href="<{xoImgUrl /layout-soup.css}>" />
    <!--<
link rel="stylesheet" type="text/css" media="screen" title="Blue" href="<{xoImgUrl /style.css}>" />-->  <!-- lien à utiliser en association avec la feuille print.css -->
    <
link rel="stylesheet" type="text/css" media="all" title="Blue" href="<{xoImgUrl /style.css}>" />  <!-- à commenter si la ligne ci-dessus est active -->
    <!--<
link rel="stylesheet" type="text/css" media="print" href="<{xoImgUrl /print.css}>" />-->  <!-- feuille de style pour l'impression -->
    <!--<link rel="stylesheet" type="text/css" media="aural" href="<{xoImgUrl /aural.css}>" />-->  <!-- feuille de style pour la fonction audio de certains navigateurs -->

<{$xoops_module_header}>

<!-- pour la transparence des images au format png sous ie -->
<!--[if lt IE 8]>
    <script type="text/javascript">
        var WEBFX_PNG_PATTERN=".*.png";
        var WEBFX_PNG_BLANK = "<{xoImgUrl /jseffects/img/blank.gif}>";
    </script>
    <style type="text/css">
    img { behavior: url(<{xoImgUrl /jseffects/pngbehavior.htc}>); }
    </style>
<![endif]-->        
        
</head>
<body  class="<{$xoops_dirname}> theme-default" id="<{$xoops_dirname}>">
<{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-canvas"<{if $columns_layout}> class="<{$columns_layout}>"<{/if}>>
<{if $xoops_banner and $xoops_banner != '
&nbsp;'}>
    <div id="xo-banner" class="commercial"><!-- avec affichage activée de la bannière -->
        <a id="xo-site-title"  class="commercial" href="<{xoAppUrl /}>">Mor·pho·gen·e·sis 1.1.2</a>
        <div id="xo-site-slogan" class="commercial">"birth of evolution"</div>
        <div id="xo-banner-ad"><{$xoops_banner|smarty:nodefaults}></div>
    </div>
<{else}>

    <div id="xo-banner"><!-- avec affichage de la bannière désactivé -->
        <a id="xo-site-title" href="<{xoAppUrl /}>"><{$xoops_sitename}></a>
        <div id="xo-site-slogan"><{$xoops_slogan}></div>
    </div>
<{/if}>

<!-- Ne pas modifier la partie ci-dessous, c'
est supposé être l'architecture standard que chacun doit utiliser -->            
    <div id="xo-canvas-content">
        <{if $xoBlocks.canvas_top}>
        <{includeq file="$theme_name/blockszone.html" blocks=$xoBlocks.canvas_top
            zoneClass='' zoneId='
xo-canvas-header'
        }>
        <{/if}>
        <table id="xo-canvas-columns" cellspacing="0">
        <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>
        <{if $xoBlocks.canvas_bottom}>
        <{includeq file="$theme_name/blockszone.html" blocks=$xoBlocks.canvas_bottom
            zoneClass='' zoneId='
xo-canvas-footer'
        }>
        <{/if}>
    </div>
    <!--{xo-logger-output}-->
    <div id="xo-footer">
<!-- link for rss -->
    <div class="rss"><a href="<{xoAppUrl /backend.php}>"><img src="<{xoImgUrl img/feed.png}>" alt="Prendre le fil RSS" /></a></div>
<!-- end rss linkl -->
<!-- infos sur le designer -->
<div class="design">Design : <a href="http://www.xoofoo.org/" title="XooFoo Kris Productions">XOOFOO</a></div><div class="copyright"><{$xoops_footer}></div>
<!-- fin des infos designer -->
    </div>
</div>
</body>
</html>


A +

3
ltdcs
Re: need help with kris_fr theme 125 simple orange
  • 2007/9/7 3:29

  • ltdcs

  • Just popping in

  • Posts: 4

  • Since: 2007/9/6 1


Thank you kind sir. Your work is awesome.

Login

Who's Online

116 user(s) are online (76 user(s) are browsing Support Forums)


Members: 0


Guests: 116


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits