Changeset 19 for trunk/admin

Show
Ignore:
Timestamp:
12/29/05 18:05:37 (3 years ago)
Author:
michiel
Message:

remove leftovers from fckeditor.
Fixes #15

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/index.php

    r16 r19  
    163163function edit_post($id) { 
    164164        global $db; 
    165         include("../fckeditor/fckeditor.php") ; 
    166165        if ($id==0) { 
    167166                $post["id"]            = 0; 
     
    223222                        <span class="log_contents"> 
    224223                                <? 
    225                                 /* fckeditor stuff */ 
    226                                 /* 
    227                                 $sBasePath = $_SERVER["PHP_SELF"] ; 
    228                                 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "admin" ) )."fckeditor/" ; 
    229  
    230                                 $oFCKeditor = new FCKeditor("post[FCKeditor]") ; 
    231                                 $oFCKeditor->BasePath = $sBasePath ; 
    232                                 $oFCKeditor->Value = $post["body"]; 
    233                                 $oFCKeditor->Height = "400"; 
    234                                 $oFCKeditor->Config["CustomConfigurationsPath"] = substr($_SERVER["PHP_SELF"], 0, strpos($_SERVER["PHP_SELF"], "admin"))."common/fckeditor_conf.js"; 
    235                                 $oFCKeditor->ToolbarSet = "MvBlog"; 
    236                                 $oFCKeditor->Create(); 
    237                                 */ 
    238  
    239224                                /* xinha stuff */ 
    240225                                ?> 
     
    436421function edit_cat($id) { 
    437422        global $db; 
    438         include("../fckeditor/fckeditor.php") ; 
    439423        if ($id==0) { 
    440424                $cat["id"]     = 0;