6 Replies Latest reply on Jan 28, 2009 2:20 PM by deanouk

    Themes - dyna style.css injected - but from where?

    deanouk

      Within our pages we're seeing the following CSS injected:

      <!-- inject the theme, default to the dean theme if nothing is selected for the portal or the page -->
       <link rel="stylesheet" id="dyna_css" href="/portal-ajax/dyna/style.css" type="text/css"/>
      


      Even though our theme doesn't include this file:
      <themes>
       <theme>
       <name>dean</name>
       <link rel="stylesheet" id="main_css" href="/themes/dean/portal_style.css" type="text/css"/>
       <link rel="shortcut icon" href="/themes/dean/images/favicon.ico"/>
       <link rel="icon" href="/themes/dean/images/animated_favicon1.gif" type="image/gif"/>
       </theme>
      </themes>
      
      
      
      The theme change works except for this odd dyna/style.css file being included - where is it coming from?