From: <ex...@us...> - 2017-06-19 11:25:45
|
Revision: 7789 http://sourceforge.net/p/web-erp/reponame/7789 Author: exsonqu Date: 2017-06-19 11:25:43 +0000 (Mon, 19 Jun 2017) Log Message: ----------- 19/06/17 Exson: Add menu.css to make the main menu workable in header.php. Modified Paths: -------------- trunk/includes/header.php Modified: trunk/includes/header.php =================================================================== --- trunk/includes/header.php 2017-06-19 09:21:01 UTC (rev 7788) +++ trunk/includes/header.php 2017-06-19 11:25:43 UTC (rev 7789) @@ -37,6 +37,8 @@ } else { echo '<meta http-equiv="Content-Type" content="application/html; charset=utf-8" />'; } + + echo '<link href="', $RootPath, '/css/menu.css" rel="stylesheet" type="text/css" />'; echo '<link href="', $RootPath, '/css/print.css" rel="stylesheet" type="text/css" media="print" />', '<link href="', $RootPath, '/css/', $_SESSION['Theme'], '/default.css" rel="stylesheet" type="text/css" media="screen"/>', /* '<meta name="viewport" content="width=device-width, initial-scale=1">',//To tell the small device that the website is a responsive site (keep relationship between CSS pixels and device pixels).*/ |