Remove uneeded files for thickbox
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 9 Mar 2015 14:18:46 +0000 (10:18 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 9 Mar 2015 14:18:46 +0000 (10:18 -0400)
Toolkit/Members/ProfileWriter.php

index d193f64..481b4ef 100644 (file)
@@ -199,14 +199,10 @@ class Toolkit_Members_ProfileWriter implements SplSubject
      */
        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');