Plugins can now use stylesheets
This commit is contained in:
parent
909133b1b0
commit
7fd7065683
1 changed files with 3 additions and 0 deletions
|
@ -189,6 +189,9 @@ a {
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<?php foreach ($plugins as $p) if (is_file("plugins/$p/style.css")) { ?>
|
||||||
|
<link rel="stylesheet" type="text/css" href="<?php echo dirname($scriptUrlPath)."/plugins/$p/style.css" ?>" />
|
||||||
|
<?php } ?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue