mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
3bdb215adf
|
@ -603,8 +603,10 @@ $(document).ready( function() {
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
$txt = $this->callHook('additionalDocumentPreview', $latestContent);
|
$txt = $this->callHook('additionalDocumentPreview', $latestContent);
|
||||||
if(is_string($txt))
|
if(is_string($txt)) {
|
||||||
|
$this->contentHeading(getMLText("preview"));
|
||||||
echo $txt;
|
echo $txt;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user