|
@@ -45,6 +45,10 @@ class Base
|
|
|
|
|
|
$this->config($skin)->mobile($mobile);
|
|
$this->config($skin)->mobile($mobile);
|
|
|
|
|
|
|
|
+ if (isset($this->config['skin']['send']) && $this->config['skin']['send'] == 2) {
|
|
|
|
+ return false;
|
|
|
|
+ }
|
|
|
|
+
|
|
$content = $this->config['body'];
|
|
$content = $this->config['body'];
|
|
$skin = $this->config['skin']['content'];
|
|
$skin = $this->config['skin']['content'];
|
|
|
|
|