Merms New Website
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
namespace App\Controllers;
|
||||
|
||||
class Merms 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);
|
||||
}
|
||||
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
}
|
||||
Reference in New Issue
Block a user