X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=showmore_dyn%2Fshowmore_dyn.php;h=a6f414117c9d4796ab2986790e3708728feb79ff;hb=024ccb117f2df6f3ca257f8349f37d66a8aa45a2;hp=517e65e2f41089c8665abe76cece631820d1746e;hpb=c0c15644a32f2545dda5a38bc05e3cd8fc69671f;p=friendica-addons.git diff --git a/showmore_dyn/showmore_dyn.php b/showmore_dyn/showmore_dyn.php index 517e65e2..a6f41411 100644 --- a/showmore_dyn/showmore_dyn.php +++ b/showmore_dyn/showmore_dyn.php @@ -24,12 +24,12 @@ function showmore_dyn_install() Hook::register('addon_settings_post', __FILE__, 'showmore_dyn_settings_post'); } -function showmore_dyn_head(App $a, string &$b) +function showmore_dyn_head(App $a, string &$body) { DI::page()->registerStylesheet(__DIR__ . '/showmore_dyn.css'); } -function showmore_dyn_footer(App $a, string &$b) +function showmore_dyn_footer(App $a, string &$body) { DI::page()->registerFooterScript(__DIR__ . '/showmore_dyn.js'); }