Example #1
0
 static function convertContent($document, $id, $news = 'news')
 {
     return '';
     require_once ROOT_PATH . "includes/client.class.php";
     $check = new client_php();
     $path = AZLib::uploadImgPath($news);
     $link = str_replace(ROOT_PATH, '', AznetLib::uploadImgPath($news));
     $document = $check->getimage($document, $path, $id, $link);
     return $document;
 }