Actions
Feature #17598
closedincludeCSS & includeJS should look if Ext is loaded
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2007-09-12
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
if I include a CSS/JS with
page.includeCSS.file1 = EXT:foo/bla.css then it should get checked if EXT "foo" is loaded. Same for includeJS.
checking class.tslib_pagegen.php there are more such cases. I guess best place is inside $GLOBALS['TSFE']->tmpl->getFileName()
but I could be wrong too
(issue imported from #M6335)
Actions