Changeset 2057
- Timestamp:
- 02/11/10 10:27:36 (13 years ago)
- Location:
- plugins/colorbox
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/colorbox/_admin.php
r2048 r2057 19 19 preg_match('/plugin.php\?p=colorbox(&.*)?$/',$_SERVER['REQUEST_URI']), 20 20 $core->auth->check('usage,contentadmin',$core->blog->id)); 21 22 if (!isset($__resources['help']['colorbox'])) { 23 $__resources['help']['colorbox'] = dirname(__FILE__).'/help.html'; 24 } 25 21 26 ?> -
plugins/colorbox/_define.php
r2054 r2057 15 15 /* Description*/ "ColorBox like effect on images using jquery ColorBox plugin", 16 16 /* Author */ "Philippe aka amalgame and contributors", 17 /* Version */ '1.2. 4',17 /* Version */ '1.2.5', 18 18 /* Permissions */ 'admin' 19 19 ); -
plugins/colorbox/index.php
r2054 r2057 96 96 }); 97 97 </script> 98 <style type="text/css"> 99 #content.with-help #help{width:50%;} 100 #content.with-help #help-button {right:50%;} 101 </style> 98 102 <?php echo dcPage::jsPageTabs($default_tab); ?> 99 103 … … 187 191 188 192 '</div>'; 193 dcPage::helpBlock('colorbox'); 189 194 ?> 190 195 </body>
Note: See TracChangeset
for help on using the changeset viewer.