cloud_smilies.php 477 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * [Discuz!] (C)2001-2099 Comsenz Inc.
  4. * This is NOT a freeware, use is subject to license terms
  5. *
  6. * $Id: cloud_smilies.php 25510 2011-11-14 02:22:26Z yexinhao $
  7. */
  8. if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
  9. exit('Access Denied');
  10. }
  11. cpheader();
  12. $_GET['anchor'] = in_array($_GET['anchor'], array('base')) ? $_GET['anchor'] : 'base';
  13. shownav('navcloud', 'cloud_smilies');
  14. showsubmenu('cloud_smilies');
  15. showtips('cloud_smilies_tips');