Actions
Bug #68591
closedadmin_panel.css gets referenced in frontend even if admin Panel is completely disabled
Start date:
2015-07-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I just noticed, that the link to the stylesheet for the admin panel is always included if a be user session exists.
<link rel="stylesheet" type="text/css" href="http://MYDOMAIN.COM/typo3/sysext/t3skin/stylesheets/standalone/admin_panel.css" />
This should not be the case, if the admin panel is disabled via config.admPanel = 0.
I stumpled upon this issue because we are using font awesome icons in our template which were not rendered correctly. Inspecting the CSS rule chain, we noticed that the above CSS file altered the layout.
Actions