[ticket/358] Remove T_EXT_THEME_PATH from overal_header_head_append

Also, the responsive CSS file for the portal has been renamed to
portal_responsive.css in order to prevent conflicts with other extensions.

B3P-358
This commit is contained in:
Marc Alexander
2014-08-26 13:44:50 +02:00
parent c7fa3e3bdd
commit fc6b1ef5b0
2 changed files with 24 additions and 21 deletions

View File

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