Edit file File name : manage-meal-kit-store-page.php Content :<?php session_start(); include("../include/config.php"); include("../include/simpleimage.php"); include("../include/functions.php"); validate_admin(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><?php echo SITE_TITLE; ?></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="css/admin.css" rel="stylesheet" type="text/css" /> <script src="js/jquery-1.7.2.min.js"></script> <link rel="stylesheet" href="https://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" /> <style> a.selectin { background: green; color: #fff; font-weight: 600; padding: 5px 0px; display: block; width: 200px; margin: 3px 0px; text-align: center; } </style> </head> <body> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <?php include("header.php") ?> <tr> <td align="right" class="paddRtLt70" valign="top"> <table width="99%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="right" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left" valign="middle" class="headingbg bodr text14"> <em><img src="images/arrow2.gif" width="21" height="21" hspace="10" align="absmiddle" /></em>Admin: Manage Meal kit Store Page </td> </tr> <tr> <td height="100" align="left" valign="top" bgcolor="#f3f4f6" class="bodr"> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td width="30%" align="left" class="paddBot11"></td> <td width="70%" align="left" class="paddBot11"></td> </tr> <tr> <td align="left" class="paddBot11"> </td> <td align="left" class="paddBot11 text14">Select Tab</td> </tr> <tr> <td align="left" class="paddBot11"> </td> <td align="left" class="paddBot11"><a class="selectin" href="manage-meal-kit-store-page-new.php">Manage New Tab</a></td> </tr> <tr> <td align="left" class="paddBot11"> </td> <td align="left" class="paddBot11"><a class="selectin" href="manage-meal-kit-store-page-popular.php">Manage Popular Tab</a></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <?php include('footer.php'); ?> </table> </div> <script src="https://code.jquery.com/ui/1.10.3/jquery-ui.js"></script> </body> </html> Save