Revision 399
Added by Matthias almost 18 years ago
include.php | ||
---|---|---|
5 | 5 |
/* |
6 | 6 |
|
7 | 7 |
Website Baker Project <http://www.websitebaker.org/> |
8 |
Copyright (C) 2004-2006, Ryan Djurovich
|
|
8 |
Copyright (C) 2004-2007, Ryan Djurovich
|
|
9 | 9 |
|
10 | 10 |
Website Baker is free software; you can redistribute it and/or modify |
11 | 11 |
it under the terms of the GNU General Public License as published by |
... | ... | |
54 | 54 |
function show_wysiwyg_editor($name,$id,$content,$width,$height) { |
55 | 55 |
echo '<textarea name="'.$name.'" id="'.$id.'" style="width: '.$width.'; height: '.$height.';">'.$content.'</textarea>'; |
56 | 56 |
} |
57 |
?> |
|
57 |
?> |
Also available in: Unified diff
Added 2007 to all copyright notices
Added missing ID Keywords
Removed not Unix conform line endings