Revision 2069
Added by darkviper almost 12 years ago
| view.php | ||
|---|---|---|
| 23 | 23 |
} |
| 24 | 24 |
/* -------------------------------------------------------- */ |
| 25 | 25 |
global $post_id, $post_section,$TEXT,$MESSAGE; |
| 26 |
$sMediaUrl = WB_URL.MEDIA_DIRECTORY; |
|
| 27 |
|
|
| 28 | 26 |
// load module language file |
| 29 | 27 |
$lang = (dirname(__FILE__)) . '/languages/' . LANGUAGE . '.php'; |
| 30 | 28 |
require_once(!file_exists($lang) ? (dirname(__FILE__)) . '/languages/EN.php' : $lang ); |
Also available in: Unified diff
! module News: some little fixes, implementation of AccessFile completed.