[TYPO3] POST variables and SOLVED
    Benjamin Todd 
    b.todd at emnet.co.uk
       
    Mon Feb 19 11:15:28 CET 2007
    
    
  
Hi Peter,
Thank you sooo much :D. I was going crazy trying to solve the problem.
I just needed to change 'page.headerData.10 < lib.dyncss' to
'page.headerData.10 < lib.dyncss.10'
Many thanks,
Ben :)
Peter wrote:
--------------
Hi Benjamin.
Your TS won't work as "page.includeCSS" don't have stdWrap support, so
you 
can't pass dynamic values to it.
But you could do this (Untested):
-- cut --
lib.dyncss = COA_INT
lib.dyncss = {
  wrap = <LINK href="|" rel="stylesheet" type="text/css">
  10 = TEXT
  10.data = GPvar : colour
  10.wrap = fileadmin/templates/designs/styles/|.css
}
page.headerData.10 < lib.dyncss
-- cut --
--
Peter Klein / umloud Untd
 
------------------------
Benjamin Todd
Linux Web Developer
 
b.todd at emnet.co.uk
EMNET, PO Box 559, Nottingham, NG1 3LB
Tel:  +44 (0)115 956 8260
Fax: +44 (0)115 956 8264
 
www.emnet.co.uk
Company Registration No. 3144383 - VAT No. 694 620 609 - Registered
Office: Church House, 13-15 Regent Street, Nottingham NG1 5BS
 
www.emnetsolutions.co.uk
Company Registration No. 05384178 - VAT No. 856 671 781 - Registered
office: Church House, 13-15 Regent Street, Nottingham, NG1 5BS
 
 
    
    
More information about the TYPO3-english
mailing list