-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodul_image.inc.php
More file actions
53 lines (44 loc) · 1.47 KB
/
modul_image.inc.php
File metadata and controls
53 lines (44 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?php
/**
* FANCYBOX
*
* @author gilbert.seilheimer[at]contic[dot]de Gilbert Seilheimer
* @author <a href="http://www.contic.de">www.contic.de</a>
*
* @package redaxo4
* @version svn:$Id$
*/
/**
* fancybox Lib
* @link https://github.com/calvinlough/sqlbuddy
* @version 1.3.4
*/
// AddOn-FANCYBOX
//////////////////////////////////////////////////////////////////////////////////
// CONFIG
//////////////////////////////////////////////////////////////////////////////////
// VARs
#$page = "gs_fancybox";
// GET PARAMS
////////////////////////////////////////////////////////////////////////////////
$page = rex_request('page', 'string');
$subpage = rex_request('subpage', 'string');
$func = rex_request('func', 'string');
#$oid = rex_request('oid', 'int');
//////////////////////////////////////////////////////////////////////////////////
// SUBPAGES
//////////////////////////////////////////////////////////////////////////////////
?>
<div class="rex-addon-output">
<h2 class="rex-hl2"><?php echo $I18N->msg($page.'_subpage_modul_image_txt_01'); ?></h2>
<div class="rex-addon-content">
<p class="rex-code">
<code><span style="color: #000000">
<?php
echo $I18N->msg($page.'_subpage_modul_image_txt_01_01') . "<br />";
echo $I18N->msg($page.'_subpage_modul_image_txt_01_02') . "<br />";
?>
</span></code>
</p>
</div>
</div>