[TYPO3-english] template conditional problem

Francesc Juliana sad at sdf.com
Thu May 9 09:20:46 CEST 2013


Hello everybody:
I have a template in my website and I need to establish a certain condition 
in it.
The condition that I have written in it need is not respected.
The content of condition is always shown.
Anyone knows why?

Thanks in advance.

Francesc

I use the following code:

page=PAGE
page.stylesheet=EXT:css_styled_content/css/Intranet.css
page.config.metaCharset=iso-8859-1
##page.config.index_enable = 1
page.typeNum = 0
page {

  headerData.10 = TEXT
  headerData.10.value = <script type="text/javascript" 
src="fileadmin/js/menu_sup.js"></script>

  10 = COA
  10.wrap=<div class="continent">|</div>
  10 {
         4=HMENU
        4.1=TMENU
        4.1.target=page
        4.1.wrap=<table class="filAriadna"><tr><td>|</td></tr></table><br
        4.1.NO.linkWrap=<b><a> » </a> | </b>&nbsp;
        4.1.forceTypeValue=1
        4.special=rootline
        4.special.range=1|-1
        4.special.targets.3=_top
        4.entryLevel=1
    ...
         [globalVar = TSFE:id = 168]
               50 < styles.sitemap.gs
         [end]
    ...
     }
} 




More information about the TYPO3-english mailing list