<div id="content">
<?php
    echo $this->partial('partials/sub-nav.phtml', array('items' => $this->items));
?>
</div>
<?php //Show vendor Logo Upload section if allowed for this user (partially included page).
    if (Zend_Registry::get('UserObj')->isAllowed ('', '', 'managevendorlogo')) {
        echo $this->partial('account/_vendorlogo.phtml', array(
            'translate' => $this->translate, 'vendorLogo' => $this->vendorLogo,
            'featureVendorContext' => $this->featureVendorContext, 'vendorLogoImageUrl' => $this->vendorLogoImageUrl));
        echo $this->partial('account/_vendoricon.phtml', $this);
    }
?>
