[pLog-svn] r5717 - plog/trunk/templates/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jul 25 02:27:42 EDT 2007


Author: oscar
Date: 2007-07-25 02:27:42 -0400 (Wed, 25 Jul 2007)
New Revision: 5717

Modified:
   plog/trunk/templates/admin/simpleheader.template
Log:
We need to load the YUI classes before we load our own ones.


Modified: plog/trunk/templates/admin/simpleheader.template
===================================================================
--- plog/trunk/templates/admin/simpleheader.template	2007-07-25 03:39:20 UTC (rev 5716)
+++ plog/trunk/templates/admin/simpleheader.template	2007-07-25 06:27:42 UTC (rev 5717)
@@ -14,15 +14,15 @@
 <!--[if IE ]>
 <link rel="stylesheet" href="styles/admin-ie.css" type="text/css" media="screen" />
 <![endif] -->
+{js src="js/yui/yahoo/yahoo-min.js"} 
+{js src="js/yui/dom/dom-min.js"} 
+{js src="js/yui/event/event-min.js"}
+{js src="js/yui/connection/connection-min.js"}
 {js src="js/ui/core.js"}
 {js src="js/ui/forms.js"}
 {js src="js/ui/dom.js"}
 {js src="js/ui/ui.js"}
 {js src="js/ui/tableeffects.js"}
-{js src="js/yui/yahoo/yahoo-min.js"} 
-{js src="js/yui/dom/dom-min.js"} 
-{js src="js/yui/event/event-min.js"}
-{js src="js/yui/connection/connection-min.js"}
 {if $templatename=="default"}{** only to be used in the login page! **}
 <style type="text/css">{literal}
 html,body



More information about the pLog-svn mailing list