mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Make print great again!
This commit is contained in:
@@ -48,13 +48,14 @@ e107::css('inline',$CSS);
|
|||||||
|
|
||||||
define('e_IFRAME', true);
|
define('e_IFRAME', true);
|
||||||
|
|
||||||
$source = e107::getParser()->filter($qs[0],'wds');
|
$source = preg_replace('/[^\w\d_\:]/',"", $qs[0]);
|
||||||
$parms = varset($qs[1],'');
|
$parms = varset($qs[1],'');
|
||||||
unset($qs);
|
unset($qs);
|
||||||
|
|
||||||
if(strpos($source,'plugin:') !== FALSE)
|
if(strpos($source,'plugin:') !== FALSE)
|
||||||
{
|
{
|
||||||
$plugin = substr($source,7);
|
$plugin = substr($source,7);
|
||||||
|
|
||||||
if(file_exists(e_PLUGIN.$plugin."/e_emailprint.php"))
|
if(file_exists(e_PLUGIN.$plugin."/e_emailprint.php"))
|
||||||
{
|
{
|
||||||
include_once(e_PLUGIN.$plugin."/e_emailprint.php");
|
include_once(e_PLUGIN.$plugin."/e_emailprint.php");
|
||||||
|
Reference in New Issue
Block a user