debug
parent
fb29c5cc4c
commit
17e19b2d5d
|
|
@ -48,9 +48,9 @@ class Email extends Common
|
||||||
$this->assign('nav_type', $type);
|
$this->assign('nav_type', $type);
|
||||||
if($type == 'email')
|
if($type == 'email')
|
||||||
{
|
{
|
||||||
return $this->fetch('Index');
|
return $this->fetch('index');
|
||||||
} else {
|
} else {
|
||||||
return $this->fetch('Message');
|
return $this->fetch('message');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,9 +48,9 @@ class Sms extends Common
|
||||||
$this->assign('nav_type', $type);
|
$this->assign('nav_type', $type);
|
||||||
if($type == 'sms')
|
if($type == 'sms')
|
||||||
{
|
{
|
||||||
return $this->fetch('Index');
|
return $this->fetch('index');
|
||||||
} else {
|
} else {
|
||||||
return $this->fetch('Message');
|
return $this->fetch('message');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue