First commit

This commit is contained in:
2025-02-28 08:45:43 +01:00
commit 1f4e772600
1122 changed files with 74621 additions and 0 deletions

View File

@ -0,0 +1,34 @@
<?php // utf8-marker: äöü
if (!defined('CMSIMPLE_VERSION') || preg_match('#/jquery/admin.php#i',$_SERVER['SCRIPT_NAME']))
{
die('no direct access');
}
/*
=========================================================
Adapted for CMSimple 4.0 and higher:
Gert Ebersbach 2013
ge-webdesign.de
=========================================================
based on "jQuery for CMSimple" version 1.3 2011-07-27
author: Holger Irmler - cmsimple.holgerirmler.de
*/
initvar('jquery');
if($jquery)
{
$o.= '<div class="plugintext">
<div class="plugineditcaption">
Plugin jQuery for CMSimple
</div>
<hr />
<p>' . $tx['message']['plugin_standard1'] . '</p>
<p>' . $tx['message']['plugin_standard2'] . ' <a href="./?file=config&amp;action=array"><b>' . $tx['filetype']['config'] . '</b></a></p>
<hr />
<p>based on jQuery for CMSimple v. 1.3.1</p>' .
'<p>Author: &copy; 2011 <a href="http://cmsimple.holgerirmler.de/" target="_blank">Holger Irmler</a></p>
<p>Adapted for CMSimple 4.0 and higher by <a href="http://www.ge-webdesign.de/" target="_blank">ge-webdesign.de</a></p>
</div>';
}
?>