mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Issue #3104 Library CSS fix for admin area.
This commit is contained in:
@@ -165,6 +165,7 @@ echo "<title>".(defined("e_PAGETITLE") ? e_PAGETITLE." - " : (defined("PAGE_NAME
|
|||||||
echo "<!-- *CSS* -->\n";
|
echo "<!-- *CSS* -->\n";
|
||||||
$e_js = e107::getJs();
|
$e_js = e107::getJs();
|
||||||
|
|
||||||
|
|
||||||
// Core CSS - XXX awaiting for path changes
|
// Core CSS - XXX awaiting for path changes
|
||||||
if (!isset($no_core_css) || !$no_core_css)
|
if (!isset($no_core_css) || !$no_core_css)
|
||||||
{
|
{
|
||||||
@@ -267,9 +268,13 @@ unset($e_headers);
|
|||||||
|
|
||||||
// ################### RENDER CSS
|
// ################### RENDER CSS
|
||||||
|
|
||||||
|
echo "\n<!-- Library CSS -->\n";
|
||||||
|
|
||||||
|
$e_js->renderJs('library_css', false, 'css', false);
|
||||||
|
|
||||||
// Other CSS - from unknown location, different from core/theme/plugin location or backward compatibility
|
// Other CSS - from unknown location, different from core/theme/plugin location or backward compatibility
|
||||||
$e_js->renderJs('other_css', false, 'css', false);
|
$e_js->renderJs('other_css', false, 'css', false);
|
||||||
echo "\n<!-- footer_other_css -->\n";
|
echo "\n<!-- footer_other_css -->\n"; // substituted in footer when detected.
|
||||||
|
|
||||||
// Core CSS
|
// Core CSS
|
||||||
$e_js->renderJs('core_css', false, 'css', false);
|
$e_js->renderJs('core_css', false, 'css', false);
|
||||||
|
Reference in New Issue
Block a user