[Vtigercrm-commits] [vtiger-commits] r10403 - /vtigercrm/branches/5.0.3/Smarty/templates/Header.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 9 07:36:42 EST 2007


Author: saraj
Date: Fri Mar  9 05:36:38 2007
New Revision: 10403

Log:
theme path added for css

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/Header.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/Header.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Header.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Header.tpl Fri Mar  9 05:36:38 2007
@@ -13,7 +13,7 @@
 <html>
 <head>
 	<title>{$CURRENT_USER} - {$APP.$CATEGORY} - {$APP.$MODULE_NAME} - {$APP.LBL_BROWSER_TITLE}</title>
-	<link rel="stylesheet" type="text/css" href="style.css">
+	<link rel="stylesheet" type="text/css" href="themes/{$THEME}/style.css">
 	<link REL="SHORTCUT ICON" HREF="include/images/vtigercrm_icon.ico">	
 	<style type="text/css">@import url("themes/{$THEME}/style.css");</style>
 </head>





More information about the vtigercrm-commits mailing list