config_global.html 371 B

1234567891011121314
  1. <?php
  2. //require_once($CFG->dirroot .'/blocks/sloodle_menu/block_backpacks.php');
  3. ?>
  4. <!-- The form tags are provided by Moodle. Just create the invidivual input elements. -->
  5. <table cellpadding="9" cellspacing="0">
  6. <tr>
  7. <td>
  8. <h2><?php echo get_string('sloodlemenuversion', 'block_sloodle_backpacks').': '.(string)BACKPACKS_VERSION; ?></h2>
  9. </td>
  10. </tr>
  11. </table>