Forums / General / Role of ID in embed.tpl
John Smith
Thursday 26 January 2006 3:57:17 am
hi all,
I hope someone can help me. I just want to know what is the role of id in the code given below:
This code is from->>
content/datatype/view/ezxmltags/embed.tpl
<div class="object-{$object_parameters.align}{section show=ne($classification|trim,'')} {$classification|wash}{/section}"{section show=is_set($id)} id="{$id}"{/section}> {content_view_gui view=$view link_parameters=$link_parameters object_parameters=$object_parameters content_object=$object} </div>
cheers
John
Thomas Nunninger
Sunday 29 January 2006 3:41:40 am
I think, it's just for tuning your CSS.
Thomas