The following template bits have been changed or added in the Garage 2.0.2 release. Code changes are highlighted in bold.
skin_garage
Template Bit: tmpl_format_stat_mod_row
Reason: Change of sql alias for mysql 4.1 compatibility
<tr>
<td class='post2'><span class='desc'><a href='{$ibforums->base_url}act=garage&CODE=13&CID={$data['garage_id']}&MID={$data['id']}'>{$data['mod_title']}</a></span></td>
<td class='post2'><span class='desc'><a href='{$ibforums->base_url}showuser={$data['member_id']}'><b>{$data['name']}</b></a></span></td>
<td class='post2' nowrap='nowrap'><span class='desc'>{$data['POI']}</span></td>
</tr>
IPB Portal
Template Bit: featured_vehicle_image
Data Variables: $data
Reason: New template bit added
<a href='{$ibforums->base_url}&act=garage&CODE=12&CID={$data['id']}' title='{$ibforums->lang['pic_attach_thumb']}'>
<img hspace='5' vspace='5' src='{$data['filename']}' width='{$data['width']}' height='{$data['height']}' class='attach' alt='{$ibforums->lang['pic_attach']}' />
</a>
IPB Portal
Template Bit: featured_vehicle_image_thumb
Data Variables: $data
Reason: New template bit added
<a href='{$ibforums->base_url}&act=garage&CODE=12&CID={$data['id']}' title='{$ibforums->lang['pic_attach_thumb']}'>
<img hspace='5' vspace='5' src='{$data['filename']}' class='attach' alt='{$ibforums->lang['pic_attach']}' />
</a>
IPB Portal
Template Bit: tmpl_ipdl_garage
Data Variables: $data='',$title=''
Reason: New template bit added
<br />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> <a href="{ipb.script_url}act=garage">{$title}</a></div>
{$data}
</div>
IPB Portal
Template Bit: tmpl_ipdl_garage_featured_vehicle
Data Variables: $data
Reason: New template bit added
<br />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> <a href="{ipb.script_url}act=garage&CODE=12&CID={$data['id']}">{$data['featured_vehicle_description']}</a></div>
<div class="formsubtitle" align="center">{$data['hilite_image']}</div>
<div class="tablepad"><a href='{ipb.script_url}act=garage&CODE=12&CID={$data['id']}'><b>{$data['year']} {$data['make']} {$data['model']}</b></a><br />
<span class="desc">{$ibforums->lang['owner']}: <a href='{$ibforums->base_url}&showuser={$data['member_id']}'>{$data['name']}</a>
</span>
</div>
</div>
IPB Portal
Template Bit: tmpl_ipdl_garage_mod_row
Data Variables: $data
Reason: New template bit added
<div class="formsubtitle">
<b><a href="{ipb.script_url}act=garage&CODE=13&CID={$data['garage_id']}&MID={$data['id']}'">{$data['mod_title']}</a></b>
</div>
<div class="tablepad">
<span class="desc">
<a href="{ipb.script_url}showuser={$data['member_id']}">{$data['name']}</a> @ {$data['POI']}
</span>
</div>
IPB Portal
Template Bit: tmpl_ipdl_garage_row
Data Variables: $data
Reason: New template bit added
<div class="formsubtitle">
<b><a href="{ipb.script_url}act=garage&CODE=12&CID={$data['id']}">{$data['vehicle']}</a></b>
</div>
<div class="tablepad">
<span class="desc">
<a href="{ipb.script_url}showuser={$data['member_id']}">{$data['name']}</a> @ {$data['POI']}
</span>
</div>