promo tag
This commit is contained in:
@@ -8,10 +8,10 @@ class PromoAdmin extends BaseController
|
||||
{
|
||||
protected $request;
|
||||
|
||||
// public function __construct(RequestInterface $request)
|
||||
// {
|
||||
// $this->request = $request;
|
||||
// }
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function index(): string
|
||||
{
|
||||
@@ -27,7 +27,9 @@ class PromoAdmin extends BaseController
|
||||
|
||||
public function PromoMyList(){
|
||||
$out=[];
|
||||
//exit();
|
||||
$data['sessionid'] =$_SESSION['sessionid'];
|
||||
$out = $this->APIcall('GET', $this->wrenchAdminApiServer(). 'list',$data);
|
||||
var_dump( $out );
|
||||
return view('admin/mylist', $out);
|
||||
}
|
||||
public function addRefMember(){
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>Promotion - Administration</title>
|
||||
<title>Promotion Managers</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||
<meta name="description" content="Admin template that can be used to build dashboards for CRM, CMS, etc." />
|
||||
<meta name="author" content="Potenza Global Solutions" />
|
||||
<meta name="description" content="Promotion Managers." />
|
||||
<meta name="author" content="WrenchBoard Promotions" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<!-- app favicon -->
|
||||
<link rel="shortcut icon" href="/asset/img/favicon.ico">
|
||||
|
||||
@@ -74,7 +74,9 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-sm-6 col-xxl-9 col-lg-7 bg-gradient o-hidden order-1 order-sm-2">
|
||||
<div class="row align-items-center h-100">
|
||||
@@ -85,6 +87,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div><?=$_SERVER['CI_ENVIRONMENT'] ?? 'dev' ?> </div>
|
||||
</div>
|
||||
</div>
|
||||
<!--end login contant-->
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 351 KiB |
Reference in New Issue
Block a user