[responsive/portal] Use INCLUDECSS to include portal.css

This commit is contained in:
Marc Alexander
2013-12-02 13:41:59 +01:00
parent ac91c09778
commit 80da7081f9

View File

@@ -1,4 +1,4 @@
<!-- IF T_EXT_THEME_PATH -->
<link href="{T_EXT_THEME_PATH}portal.css" rel="stylesheet" type="text/css" />
<!-- INCLUDECSS ../theme/portal.css -->
<link href="{T_EXT_THEME_PATH}responsive.css" rel="stylesheet" type="text/css" media="only screen and (max-width: 950px), only screen and (max-device-width: 950px)" />
<!-- ENDIF -->