*/
public function toHtml(Toolkit_Members_ProfilePage $profile)
{
- $GLOBALS['bottomScripts'][]
- = MEDIA_APP_BASE_URL . 'gallery/thickbox-3.1.1.js';
$GLOBALS['bottomScripts'][]
= MEDIA_BASE_URL . 'Toolkit/Members/libjs/business-detail.js';
$GLOBALS['styleSheets'][] = MEDIA_BASE_URL . 'Toolkit/Members/css/member.css';
- $GLOBALS['styleSheets'][] = MEDIA_APP_BASE_URL . 'gallery/gallery.css';
- $GLOBALS['styleSheets'][] = MEDIA_APP_BASE_URL . 'gallery/thickbox.css';
$profileCache = "Member-{$profile->getMemberId()}";
$out = $this->_cache->get($profileCache, 'Profile');