'; // The ?fin20 part of this link is just here to make sure browsers don't cache it wrongly. echo ' '; // Some browsers need an extra stylesheet due to bugs/compatibility issues. foreach (array('ie7', 'ie6', 'webkit') as $cssfix) if ($context['browser']['is_' . $cssfix]) echo ' '; // RTL languages require an additional stylesheet. if ($context['right_to_left']) echo ' '; // load in any css from mods or themes so they can overwrite if wanted template_css(); // Jquery Librarys if (isset($modSettings['jquery_source']) && $modSettings['jquery_source'] == 'cdn') echo ' '; elseif (isset($modSettings['jquery_source']) && $modSettings['jquery_source'] == 'local') echo ' '; else echo ' '; // Note that the Superfish function seems to like being called by the full syntax. // It doesn't appear to like being called by short syntax. Please test if contemplating changes. echo ' '; // Here comes the JavaScript bits! echo ' '; echo ' '; // load in any javascript files from mods and themes template_javascript(); echo ' ', !empty($context['meta_keywords']) ? ' ' : '', '