// Resources needed for every page.
$GLOBALS['styleSheets'] = array();
// Resources needed for every page.
- $GLOBALS['topScripts'][] = JQUERY_CDN_JS;
-// $GLOBALS['topScripts'][] = JQUERY_CDN_MIGRATE_JS;
+ $GLOBALS['topScripts'][] = JQUERY_CDN_JS;
+ $GLOBALS['bottomScripts'][] = JQUERY_UI_CDN_JS;
+ $GLOBALS['styleSheets'][] = JQUERY_UI_CDN_CSS;
}
private function _video()
&& VIDEOS
&& $this->_catid == HOME_ID
) {
- $this->_video();
+// $this->_video();
}
// check if define for GLM_SEARCH is set
&& !isset($_GET['query'])
&& in_array($page['id'], array(HOME_ID))
) {
- $this->_getFeaturedVideo();
+// $this->_getFeaturedVideo();
}
}
<div class="row collapse">
<div class="small-12 columns">
{if:isHomePage}
- <img src="{mediaBaseURL:h}assets/home_header.jpg" />
+ {if:rotatingImages}
+ {rotatingImages:h}
+ {else:}
+ <img src="{mediaBaseURL:h}assets/home_header.jpg" />
+ {end:}
{else:}
<img src="{mediaBaseURL:h}assets/interior_header.jpg" />
{end:}