Forums / General / Role of ID in embed.tpl

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Role of ID in embed.tpl

Author Message

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