<?php
$this->placeholder('breadcrumb')->set('<a href="/relationships.php">Relationships</a> > <a href="/cont_mgmt/view_vendor.php?vendor_id='.$this->subaccount->vendor->vendorId.'">'.(trim($this->subaccount->vendor->vendorName) != '' ? $this->subaccount->vendor->vendorName : $this->subaccount->vendor->company).'</a> > <a href="/subaccount/viewsubaccount?subaccount_id='.$this->subaccount->subaccountId.'">'.$this->subaccount->subaccountName.'</a> > View All Catalog');
 $url = "/subaccount/viewsubaccount/subaccount_id/".$this->subaccount->subaccountId;
 $this->placeholder('itemDiv')->set("<h1>".$this->subaccount->subaccountName."</h1><ul id='itemInfo'>
	<li>Sub Account ID: <a href=$url>".$this->subaccount->subaccountId."</a></li></ul>");
 echo $this->partial('subaccount/_catalog.phtml', array('view' => $this));
?>