<?php

defined('WPRMM_PATH') or die;
wprmm_save_item();
$item = new WPRMM_Item((int) $_GET['item_id']);
$menu = new WPRMM_Menu((int) $item->menu_id);
$icons = WPRMM_ICON::get_all();
$category = new WPRMM_Category();
$categories = $category->get_all($menu->id);
?>
<div class="wrap wprmm">
  <img class="left" style="margin:0 15px 0 0" src="<?php 
echo WPRMM_URL . 'images/menumanagericon_50x50.jpg';
?>
" />
  <h2 class="left">Restaurant Menu Manager - Edit Items</h2>
  <div class="clear"></div>
  <hr />

  <?php 
wprmm_get_help();
?>

  <p class="wprmm-breadcrumb">
    <a href="<?php 
echo admin_url('admin.php?page=' . WPRMM_ADMIN_URL);
?>
">Menus</a> &raquo; 
    <a href="<?php 
echo wprmm_admin_url('menu', 'edit-menu', $menu->id);
?>
示例#2
0
<?php

defined('WPRMM_PATH') or die;
wprmm_save_icon();
$icon = new WPRMM_ICON();
$icons = $icon->get_all();
?>
<div class="wrap wprmm">
  <img class="left" style="margin:0 15px 0 0" src="<?php 
echo WPRMM_URL . 'images/menumanagericon_50x50.jpg';
?>
" />
  <h2 class="left">Restaurant Menu Manager - Manage Icons</h2>
  <div class="clear"></div>
  <hr />

  <?php 
wprmm_get_help(array('main' => true));
?>

  <table class="widefat icons">
  <thead>
    <tr>
      <th>Name</th>
      <th>Edit</th>
      <th>Description</th>
      <th>Icon</th>
      <th>Delete</th>
    </tr>
  </thead>
  <tfoot>