Hi
in one of our parse files, we use this code to produce the title tag:
<title><MySource_PRINT id_name="global" var="asset_name" /> - <MySource_PRINT id_name="global" var="site_name" /> - Macquarie University</title>
This means that the asset's page name is used in the title tag.
What code would we need to use if we wanted the asset's short name to be used in the title tag?
Thanks
Tim
Hi Tim
asset_short_name would be the one. A great place to find the right keywords is http://matrixsecrets.com/keywords/#Common%20Asset%20Keywords
<MySource_PRINT id_name="global" var="asset_short_name" />