lightNEasy

文字コードの設定

生成されるHTMLファイルの文字コードをUTF-8にする

テンプレートのエラー

- if($menu[$count][6] != "-") 
+ if($menu[$count][6] != "-" && $menu[$count][6] != "") 

imagettftextに渡す文字列のエンコード

Warning: imagettftext(): any2eucjp(): something happen

-imagettftext($img, 15,0 ,0, 20,$fontColor,$fontfile, $text); 
+$text = mb_convert_encoding($text, "EUC-JP", "auto");
+imagettftext($img, 15,0 ,0, 20,$fontColor,$fontfile, $text); 

編集画面を開くと勝手に転送される

templates/admintemplate/template.php
28行目 src="\"http://www.lightneasy.org/LightNEasy/lastnews.php のsrcを削除する