Revision 1578
Added by Luisehahne almost 13 years ago
view.php | ||
---|---|---|
21 | 21 |
throw new IllegalFileException(); |
22 | 22 |
} |
23 | 23 |
/* -------------------------------------------------------- */ |
24 |
$MEDIA_URL = WB_URL.MEDIA_DIRECTORY;
|
|
24 |
$MEDIA_REL = WB_URL.MEDIA_DIRECTORY;
|
|
25 | 25 |
// Get content |
26 | 26 |
$content = ''; |
27 | 27 |
$sql = 'SELECT `content` FROM `'.TABLE_PREFIX.'mod_wysiwyg` WHERE `section_id`='.(int)$section_id; |
Also available in: Unified diff
fixed warning in domain independend image links