first commit
This commit is contained in:
10
plugins/image_text/hooks/terms.php
Executable file
10
plugins/image_text/hooks/terms.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
function HookImage_textTermsBeforeredirectchangeurl()
|
||||
{
|
||||
global $url;
|
||||
if(getval("nooverlay","")!="")
|
||||
{return $url . "&nooverlay=true";}
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user