mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 11:12:57 +00:00
Ops
This commit is contained in:
parent
37f3f0e621
commit
4239112dec
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ function highlightjs_install()
|
|||
Hook::register('footer', __FILE__, 'highlightjs_footer');
|
||||
}
|
||||
|
||||
function highlightjs_head(App $a, strring &$b)
|
||||
function highlightjs_head(App $a, string &$str)
|
||||
{
|
||||
if ($a->getCurrentTheme() == 'frio') {
|
||||
$style = 'bootstrap';
|
||||
|
@ -27,7 +27,7 @@ function highlightjs_head(App $a, strring &$b)
|
|||
DI::page()->registerStylesheet(__DIR__ . '/asset/styles/' . $style . '.css');
|
||||
}
|
||||
|
||||
function highlightjs_footer(App $a, string &$b)
|
||||
function highlightjs_footer(App $a, string &$str)
|
||||
{
|
||||
DI::page()->registerFooterScript(__DIR__ . '/asset/highlight.pack.js');
|
||||
DI::page()->registerFooterScript(__DIR__ . '/highlightjs.js');
|
||||
|
|
Loading…
Reference in a new issue