/administrator/components/com_easysocial/themes/default/html/form.itemid.php

https://gitlab.com/vnsoftdev/swc · PHP · 14 lines · 4 code · 0 blank · 10 comment · 0 complexity · 853e6059f444543411df05e18578541e MD5 · raw file

  1. <?php
  2. /**
  3. * @package EasySocial
  4. * @copyright Copyright (C) 2010 - 2014 Stack Ideas Sdn Bhd. All rights reserved.
  5. * @license GNU/GPL, see LICENSE.php
  6. * EasySocial is free software. This version may have been modified pursuant
  7. * to the GNU General Public License, and as distributed it includes or
  8. * is derivative of works licensed under the GNU General Public License or
  9. * other free or open source software licenses.
  10. * See COPYRIGHT.php for copyright notices and details.
  11. */
  12. defined( '_JEXEC' ) or die( 'Unauthorized Access' );
  13. ?>
  14. <input type="hidden" name="Itemid" value="<?php echo $itemid;?>" />