src/cm/templates/site/layout/req_yui.html
author raph
Mon, 25 Jan 2010 15:45:44 +0100
changeset 122 7e7f961599ae
parent 0 40c8f766c9b8
child 160 0c01050f9717
permissions -rw-r--r--
remove unused translation block

    <script type="text/javascript" src="{{ MEDIA_URL }}js/lib/yui/{{ YUI_VERSION }}/build/yui/yui-{% if CLIENT_DEBUG  %}debug{% else %}min{% endif %}.js"></script>
    <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}js/lib/yui/{{ YUI_VERSION  }}/build/cssreset/reset-min.css"/> 
    <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}js/lib/yui/{{ YUI_VERSION  }}/build/cssfonts/fonts-min.css"/> 
    <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}js/lib/yui/{{ YUI_VERSION  }}/build/cssbase/base-min.css"/>