%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/old/plugins/system/yt/includes/assets/ |
Upload File : |
<?php /* * ------------------------------------------------------------------------ * Copyright (C) 2009 - 2013 The YouTech JSC. All Rights Reserved. * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html * Author: The YouTech JSC * Websites: http://www.smartaddons.com - http://www.cmsportal.net * ------------------------------------------------------------------------ */ // no direct access defined('_JEXEC') or die; $span_tip = JHTML::tooltip('- You can remove SJ Help in Yt Plugin<br/>- Thank for using!', '', '', 'SJ Help'); $html .= " <script type='text/javascript'> jQuery(document).ready(function($){ if($('#module-menu')!=null){ $('#menu').append('<li id=\'li-sjhelp\' class=\'dropdown\'></li>'); $('#menu li#li-sjhelp').append('<a class=\'dropdown-toggle\' data-toggle=\'dropdown\' href=\'#\' style=\'background: url(../plugins/system/yt/includes/images/yt.png) no-repeat 5px center; padding-left:25px\'>SJ Help</a>'); $('#menu li#li-sjhelp a.dropdown-toggle').append('<span class=\'caret\'></span>'); $('#menu li#li-sjhelp').append('<ul id=\'ul-sjhelp\' class=\'dropdown-menu\'></ul>'); $('#menu li#li-sjhelp ul').append('<li class=\'report-sjhelp\'></li>'); $('#menu li#li-sjhelp ul').append('<li class=\'tut-sjhelp\'></li>'); $('#menu li#li-sjhelp ul').append('<li class=\'info-sjhelp\'></li>'); $('#menu li#li-sjhelp ul li.report-sjhelp').append('<a href=\'http://www.smartaddons.com/forum/index/7-joomla-templates\' target=\'_blank\'>Report bugs</a>'); $('#menu li#li-sjhelp ul li.tut-sjhelp').append('<a href=\'http://www.smartaddons.com/joomla/templates/template-user-guides\' target=\'_blank\'>Template Tutorial</a>'); $('#menu li#li-sjhelp ul li.info-sjhelp').append('<a href=\'http://www.smartaddons.com/joomla/templates/yt-framework\' target=\'_blank\'>Framework Tutorials</a>'); $('#menu').append('<li class=\'yt-clearcache dropdown\'></li>'); $('.yt-clearcache').append('<a style=\'background: url(../plugins/system/yt/includes/images/clean-cache.png) no-repeat left center; padding-left:15px;\' href=\'javascript:void(0)\'>Clean cache: CSS, JS</a>'); $('.yt-clearcache a').click(function(){ var linkurl = '../index.php?action=clearCache&type=plugin'; $.post(linkurl, function() { }) .error(function() { alert('Error...'); }) .complete(function() { alert('Clear cache successful !') }); }); } }); </script> "; ?>