= $this->glmAppBaseURL . 'libjs/jquery-1.3.2.min.js';
$GLOBALS['scripts'][] =
$this->baseURL . 'libjs/external.js';
- // needed for home page
- if ($toolbox->catid == HOME_ID) {
- $GLOBALS['scripts'][] =
- $this->glmAppBaseURL . 'libjs/jquery.innerfade.js';
- $GLOBALS['scripts'][] =
- $this->baseURL . 'libjs/slideshow.js';
- }
// bread crumb navigation
//$this->breadCrumbs = $toolbox->get_bread_crumbs($toolbox->catid);
if ( defined("ROTATING_IMAGES")
&& ROTATING_IMAGES
- && in_array($toolbox->catid, array(108))
+ && in_array($toolbox->catid, array(1))
) {
$this->_rotatingImages();
}