first commit
This commit is contained in:
10
plugins/embedslideshow/hooks/all.php
Normal file
10
plugins/embedslideshow/hooks/all.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
function HookEmbedslideshowAllExternal_share_view_as_internal_override()
|
||||
{
|
||||
global $external_share_view_as_internal, $pagename;
|
||||
|
||||
if ($pagename === "viewer") {
|
||||
$external_share_view_as_internal = false;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user