categories.phtml 321 B

123456
  1. <p>
  2. <?php echo $this->_('You can create and use your own custom categories for your store. '
  3. . "To add them to your store, please use the 'Select Categories' field in the store setup form."); ?>
  4. </p>
  5. <?php echo $this->action('index', 'tables', 'admin', array('table' => 'relational.Categories.Members')); ?>