/administrator/components/com_easysocial/themes/default/easysocial/widget.app.news.php

https://gitlab.com/vnsoftdev/swc · PHP · 26 lines · 15 code · 1 blank · 10 comment · 0 complexity · 23d72e4a40f69b63dc9e8d607c769009 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="widget-app-news" data-widget-app-news>
  15. <div class="clearfix">
  16. <h4 class="pull-left"><?php echo JText::_( 'COM_EASYSOCIAL_WIDGET_APPS_TITLE_LATEST_NEWS' );?></h4>
  17. <a href="http://stackideas.com/apps" class="mt-10 btn btn-sm btn-es-primary pull-right" target="_blank"><i class="ies-basket ies-small"></i>&nbsp; <?php echo JText::_( 'COM_EASYSOCIAL_APPS_BROWSER' );?></a>
  18. </div>
  19. <hr />
  20. <ul class="list-unstyled es-items-list es-apps-list" data-widget-news-items>
  21. <li data-widget-news-placeholder>
  22. <em><?php echo JText::_( 'COM_EASYSOCIAL_NEWS_FETCHING_FROM_SERVER' ); ?></em>
  23. </li>
  24. </ul>
  25. </div>