fix
This commit is contained in:
@@ -56,6 +56,8 @@ class BaseController extends Controller {
|
||||
$blog_cnt =0;
|
||||
foreach ($rss->channel->item as $item) {
|
||||
$image = "/assets/image/resources/blog-2.jpg";
|
||||
$image = "https://blog.mermsemr.com/wp-content/uploads/2021/02/Gut.jpg";
|
||||
|
||||
//print_r($item);
|
||||
$itemA = array(
|
||||
'title' => $item->title,
|
||||
|
||||
@@ -6,7 +6,7 @@ class Land extends BaseController {
|
||||
|
||||
public function index() {
|
||||
$data = array();
|
||||
$this->renderExtPage('terms', $data);
|
||||
$this->renderExtPage('contact', $data);
|
||||
}
|
||||
|
||||
public function covit() {
|
||||
|
||||
@@ -5,19 +5,10 @@ namespace App\Controllers;
|
||||
class Support extends BaseController {
|
||||
|
||||
public function index() {
|
||||
|
||||
global $myfit_items;
|
||||
global $practice_text1;
|
||||
global $practice_text2;
|
||||
$data = array();
|
||||
$data["blog_post"] =$this->getBlogItems(); // $blog_post;
|
||||
$data["myfit_items"] = $myfit_items;
|
||||
$data["practice_text1"] = $practice_text1;
|
||||
$data["practice_text2"] = $practice_text2;
|
||||
$data["country"] = MERMS_COUNTRIES;
|
||||
$this->renderExtPage('merms-home', $data);
|
||||
$this->renderExtPage('support', $data);
|
||||
}
|
||||
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user