Example #1
0
 function get_head_code()
 {
     return rich_get_head_code($this->get_class_path());
 }
Example #2
0
print DB_query("SELECT charset FROM " . $dbprefix . "languages WHERE code='" . $admlang . "'", 'charset');
?>
" /> <?php 
if ($imagepreview) {
    print '</head><body bgcolor="#000000" style="margin:0;padding:0"><img src="' . $imagepreview . '" border=0></body></html>';
    exit;
}
?>
 <link rel="stylesheet" type="text/css" href="style.css"> <?php 
include 'java_functions_admin.php';
?>
 <?php 
if ($rich_editor) {
    $class_path = "editor/";
    require_once $class_path . "class.rich.php";
    echo rich_get_head_code($class_path);
}
?>
 </head> <body style="padding-left:3;color=#000000"> <center> <table width=1000>  <tr><td valign=top>    <a href="<?php 
echo $DOMAIN;
?>
"><img src="images/lo.gif" style="margin-top:4" align=left></a>    <a href="index.php"><img src="images/loadmin.gif" align=right style="margin-top:3"></a>   </td></tr> <?php 
if ($checkpass) {
    ?>
  <tr><td style="padding-top:50" nowrap>   <?php 
    print $Nachricht;
    ?>
   <?php 
    if (!$nopassfield) {
        $Focusfeld = 'pass';
        $Focusform = 'pas';