(Original Author) * Mike Morgan * Justin Scott * Frederic Wenzel * Brian Krausz * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ ?> css('style.min', 'stylesheet', array('media'=>'all'), true))."\n"; } else { echo $html->css('type', 'stylesheet', array('media'=>'all'))."\n"; echo $html->css('color', 'stylesheet', array('media'=>'all'))."\n"; echo $html->css('screen', 'stylesheet', array('media'=>'screen,projection'))."\n"; echo $html->css('print', 'stylesheet', array('media'=>'print'))."\n"; } echo '\n"; echo '\n"; echo $html->css('remora', 'stylesheet', array('media'=>'screen,projection'))."\n"; if (!empty($cssAdd)) { foreach ($cssAdd as $css) { $url = $html->css($css); echo "{$url}\n"; } } ?> url($rssurl).'"/>'."\n"; } } // Pre-script-inclusion JS if (!empty($prescriptJS)) { echo ''; } if (empty($suppressUrchin)) { echo $javascript->link('__utm.js'); } echo $javascript->linkOut($html->url('/pages/js_constants'))."\n"; if (!isset($suppressJQuery) || !$suppressJQuery) { if(defined('SITE_STATE') && (SITE_STATE == 'production' || SITE_STATE == 'staging')) { echo $javascript->link('jquery.addons.min.js'.$jsParams)."\n"; } else { echo $javascript->link('jquery-compressed.js'); echo $javascript->link('addons.js'); } if (isset($includeSlimbox) && $includeSlimbox) { echo $html->css('slimbox/slimbox'); echo $javascript->link('mootools/mootools-release-1.11.js'). "\n"; echo $javascript->link('slimbox/slimbox.js') . "\n"; } } if (!empty($jsAdd)) { foreach ($jsAdd as $js) { $js = $js; $jslink = $javascript->link($js); echo "{$jslink}\n"; } } if (!empty($jsLocalization) && is_object($localization)) { echo $localization->jsLocalization($jsLocalization); } if ($this->controller->name == 'Addons' && $this->action == 'display') { echo $javascript->link('jquery-ui/ui.lightbox.js') . "\n"; echo $html->css('jquery-lightbox', 'stylesheet', array('media'=>'screen,projection'))."\n"; echo ''; } ?> <?=$html->entities($title_for_layout)?> "> controller->Config) && $this->controller->Config->getValue('site_notice') != '') { echo '

'.$this->controller->Config->getValue('site_notice').'

'; } if (!(isset($suppressHeader) && $suppressHeader)) echo $this->renderElement('header'); ?> renderElement('footer'); if(defined('REVISION')) { echo ''; } ?> controller->name == 'Addons' && (in_array($this->action, array('home', 'browse', 'category_landing'))) ): ?>