[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4166] branches/1.3/UI/lib/ui-header.html



Revision: 4166
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4166&view=rev
Author:   tshvr
Date:     2011-12-08 09:06:21 +0000 (Thu, 08 Dec 2011)
Log Message:
-----------
avoid apache message no directory access,if stylesheet not|not yet|not anymore set

Modified Paths:
--------------
    branches/1.3/UI/lib/ui-header.html

Modified: branches/1.3/UI/lib/ui-header.html
===================================================================
--- branches/1.3/UI/lib/ui-header.html	2011-12-08 09:00:24 UTC (rev 4165)
+++ branches/1.3/UI/lib/ui-header.html	2011-12-08 09:06:21 UTC (rev 4166)
@@ -12,8 +12,9 @@
 	<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
 	<?lsmb IF form.stylesheet ?>
 	<link rel="stylesheet" href="css/<?lsmb form.stylesheet ?>" type="text/css" title="LedgerSMB stylesheet" />
+	<?lsmb ELSIF stylesheet ?>
+	<link rel="stylesheet" href="css/<?lsmb stylesheet ?>" type="text/css" title="LedgerSMB stylesheet" />
 	<?lsmb ELSE ?>
-	<link rel="stylesheet" href="css/<?lsmb stylesheet ?>" type="text/css" title="LedgerSMB stylesheet" />
 	<?lsmb END ?>
 	<?lsmb FOREACH s = include_stylesheet ?>
 	<link rel="stylesheet" href="<?lsmb s ?>" type="text/css" title="LedgerSMB stylesheet" />

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.