Changeset 454
- Timestamp:
- 05/26/08 03:05:41 (16 years ago)
- Location:
- plugins/subscribeToComments
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/subscribeToComments/_define.php
r452 r454 29 29 /* Description*/ "Subscribe to comments", 30 30 /* Author */ "Moe (http://gniark.net/)", 31 /* Version */ '1.1 ',31 /* Version */ '1.1.1', 32 32 /* Permissions */ 'admin' 33 33 ); -
plugins/subscribeToComments/_public.php
r451 r454 39 39 40 40 # load locales for the blog language 41 $file = dirname(__FILE__).'/locales/'.$core->blog->settings->lang. 42 '/public.php'; 43 if (file_exists($file)) {require_once($file);} 41 l10n::set(dirname(__FILE__).'/locales/'.$core->blog->settings->lang.'/public'); 44 42 45 43 /**
Note: See TracChangeset
for help on using the changeset viewer.