MySource_DECLARE not a version 3.2.2. feature?

Title says it all really, I'm trying to use MySource_DECLARE and get an error back stating tag not found or somethign similar. Is this feature not part of version 3.2.2?


I'm trying to use it to allow a design customisation for a heading on a page.



I was using code straight from the PDF design doc:

    
    

Thanks



Dale Drechsler

Are you opening the <MySource_AREA> properly?


It should be:


    
    
    


You can then print the vars using <MySource_PRINT id_name="vars" name="top_bar_text" />

I hadn't, but now am still encountering an error. I'm using:

    
     	 
    	
    	
    	



which is resulting in the error message:
[quote]Declared Variable "Right_Panel_Heading" in "vars" is specified as unknown in Attribute Type ""[/quote]

when I try and put it into the parse file.

Any suggestions?

Thanks

Dale

Whoops, my bad. The type field should be type="text" (or another known type value).

That worked a treat, many thanks. :smiley:


Cheers



Dale