/administrator/components/com_easysocial/themes/default/easysocial/widget.registration.php

https://gitlab.com/vnsoftdev/swc · PHP · 21 lines · 11 code · 0 blank · 10 comment · 0 complexity · 907b31b2ed4e08e1785cca00b29ea805 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. <div class="">
  15. <h4><?php echo JText::_( 'COM_EASYSOCIAL_WIDGET_TITLE_SIGNUPS' );?></h4>
  16. <hr />
  17. <div class="registration-chart-container">
  18. <div data-chart-registration class="registration-chart-placeholder" style="width: 100%; height: 200px;"></div>
  19. </div>
  20. <div class="mt-10" data-chart-registration-legend></div>
  21. </div>