AddOn Fancybox #1320
1 changed files with 28 additions and 37 deletions
|
@ -21,24 +21,15 @@ function fancybox_head(App $a, string &$b)
|
||||||
{
|
{
|
||||||
DI::page()->registerStylesheet(__DIR__ . '/asset/fancybox/jquery.fancybox.min.css');
|
DI::page()->registerStylesheet(__DIR__ . '/asset/fancybox/jquery.fancybox.min.css');
|
||||||
}
|
}
|
||||||
|
|
||||||
function fancybox_footer(App $a, string &$str)
|
function fancybox_footer(App $a, string &$str)
|
||||||
{
|
{
|
||||||
DI::page()->registerFooterScript(__DIR__ . '/asset/fancybox/jquery.fancybox.min.js');
|
DI::page()->registerFooterScript(__DIR__ . '/asset/fancybox/jquery.fancybox.min.js');
|
||||||
DI::page()->registerFooterScript(__DIR__ . '/asset/fancybox/fancybox.config.js');
|
DI::page()->registerFooterScript(__DIR__ . '/asset/fancybox/fancybox.config.js');
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
function fancybox_render(App $a, array &$b)
|
||||||
|
{
|
||||||
prepare_body_final
|
|
||||||
|
|
||||||
Called at the end of prepare_body(). Hook data:
|
|
||||||
|
|
||||||
item: item array (input)
|
|
||||||
html: converted item body (input/output)
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
function fancybox_render(App $a, array &$b) {
|
|
||||||
$matches = [];
|
$matches = [];
|
||||||
$pattern = '#<div class="body-attach">.*?</div>#s';
|
$pattern = '#<div class="body-attach">.*?</div>#s';
|
||||||
$gallery = 'gallery';
|
$gallery = 'gallery';
|
||||||
|
|
Loading…
Reference in a new issue