




FlexCMS eNews 
To subscribe to our enewsletter, please enter your email address in the box below and click the "Subscribe" button.
Note: You may easily remove yourself from the newsletter list at any time by following the instructions included with every mailing.  |
|
|  |

Home > FlexCMS Support Forum > User Help > FAQ's: Templates > Is there a "tag" reference list anywhere ++

FlexCMS Support Forum


Is there a "tag" reference list anywhere ++ Started March 31, 2008 @ 11:35pm by cmebd
 |
Post Message |
|
|
| Is there a "tag" reference list anywhere ++ | March 31, 2008 @ 11:35pm | Hi there,
Is there a list for the tags for reference?
Also is there any way that one can change the color of the graphics in a template (namely "corners")?
TIA
Christine |
|
|
|
|
|
|
| |
DCSun Administrator
Posts: 421 |
|
|
| April 1, 2008 @ 1:33am | Christine,
Can you clarify what type of tags you're referring to? I'm not sure whether you mean HTML tags, META tags, the $TemplateTags templates array, or something else.
Yes, you can certainly change out any elements of the template you like. The images for each particular template are stored in the folder along with the template.php and template_info.php files. Really the majority of the template code is straight HTML, it's just packaged within some PHP to make all the dynamic aspects of it work.
And if you're not quite able to accomplish what you were looking for, we also offer custom template services starting from $25 for something like a custom color or photo in one of our stock templates.
David |
|
|
|
|
|
|
| |
|
|
| Tags | April 1, 2008 @ 7:45pm | Hi David,
Yes - $TemplateTag(s) please :-0 |
|
|
|
|
|
|
| |
DCSun Administrator
Posts: 421 |
|
|
| April 1, 2008 @ 8:38pm | There's nothing really special about the $TemplateTags array, it's just a holder for the various pieces to place them in the template. Everything it does should be in each of the templates already. But here's a list of them all:
Header: $TemplateTags['title'] -- Inserted into the <title> tag to display as the page title $TemplateTags['description'] -- META "description" tag $TemplateTags['keywords'] -- META "keywords" tag
The eight block locations: $TemplateTags['logoblock'] $TemplateTags['topbannerblocks'] $TemplateTags['topfullblocks'] $TemplateTags['topcenterblocks'] $TemplateTags['leftblocks'] $TemplateTags['rightblocks'] $TemplateTags['bottomcenterblocks'] $TemplateTags['bottomfullblocks']
And finally the footer content (picks up the bottom login link, copyright box, processing time, etc): $TemplateTags['footer']
David |
|
|
|
|
|
|
|

|
|
|