Changeset 1494
- Timestamp:
- 09/24/09 20:11:17 (14 years ago)
- Location:
- plugins/atReply
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/atReply/_define.php
r1337 r1494 30 30 /* Description*/ 'Easily reply to comments', 31 31 /* Author */ 'Moe (http://gniark.net/) append extension by buns.fr', 32 /* Version */ '1.4 -beta2',32 /* Version */ '1.4', 33 33 /* Permissions */ 'admin' 34 34 ); -
plugins/atReply/_public.php
r1328 r1494 67 67 $personalized_image = $settings->public_url. 68 68 '/atReply/reply.png'; 69 if (file_exists(path::fullFromRoot($settings->public_path, 70 DC_ROOT).'/atReply/reply.png')); 69 if (file_exists($core->blog->public_path.'/atReply/reply.png')); 71 70 { 72 71 $image_url = $personalized_image; -
plugins/atReply/index.php
r1337 r1494 66 66 $blue = $color[2]; 67 67 68 $dir = path::real(path::fullFromRoot($settings->public_path,DC_ROOT). 69 '/atReply',false); 68 $dir = path::real($core->blog->public_path.'/atReply',false); 70 69 files::makeDir($dir,true); 71 70 $file_path = $dir.'/reply.png';
Note: See TracChangeset
for help on using the changeset viewer.