From: Steve Sutton Date: Thu, 17 Jul 2014 16:39:31 +0000 (-0400) Subject: Add external js file X-Git-Tag: v1.0.2^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=9cc58ff7b8717e95456e182f7150388b25a11547;p=web%2FBigFore.git Add external js file This is to open new window if any links in the site goto another site. instead of taking over main site. --- diff --git a/Toolkit/Page.php b/Toolkit/Page.php index 232821a..56db8fa 100755 --- a/Toolkit/Page.php +++ b/Toolkit/Page.php @@ -149,6 +149,7 @@ class Toolkit_Page $GLOBALS['topScripts'][] = JQUERY_CDN_JS; $GLOBALS['topScripts'][] = JQUERY_UI_CDN_JS; $GLOBALS['styleSheets'][] = JQUERY_UI_CDN_CSS; + $GLOBALS['bottomScripts'][] = MEDIA_APP_BASE_URL . 'libjs/external.js'; } private function _video()