src/cm/templates/site/layout/req_yui.html
author Kirill Miazine <km@krot.org>
Fri, 15 Jan 2010 14:45:36 +0100
changeset 95 a3a2bb69ae27
parent 0 40c8f766c9b8
child 160 0c01050f9717
permissions -rw-r--r--
Translation fixes after a check of translation applied to the UI.

    <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"/>