['Font','FontSize','Bold','Italic','Underline','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','NumberedList','BulletedList'],
['TextColor','customimage','customsmiley','Link','customfiles','Table','-','Outdent','Indent','-','Source']
];
['Flash','Font','FontSize','Bold','Italic','Underline','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','NumberedList','BulletedList'],
['TextColor','customimage','customsmiley','Link','customfiles','Table','-','Outdent','Indent','-','Source']
];
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /2010/bericht.php [L]
if(FRIENDLY){
if($_POST['ajax'] == "true"){
if(!defined('ID')){ define('ID', $_POST['id']); }
}else{
if(!defined('ID')){ define('ID', $url['0']); }
}
$goto = $url['0'];
}else{
if(FRIENDLY){
if($_POST['ajax'] == "true"){
if(!defined('ID')){ define('ID', $_POST['id']); }
}else{
if(!is_numeric($url['0'])){
if(!defined('ID')){ define('ID', ''); }
}else{
if(!defined('ID')){ define('ID', $url['0']); }
}
}
$goto = $url['0'];
}else{