read.php
↓
252,253c252,253
< include_once("./showthreadk_class.inc"); //HTML表示クラス
< $aShowThread = new ShowThreadK($aThread);
---
> include_once("./showthreadpc_class.inc"); //HTML表示クラス
> $aShowThread = new ShowThreadPc($aThread);
read_header_k.inc
↓
150a151,153
> <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">\n
> <meta http-equiv="Content-Style-Type" content="text/css">\n
> <meta http-equiv="Content-Script-Type" content="text/javascript">\n
151a155,160
> <link rel="stylesheet" href="css.php?css=style&skin={$skin_en}" type="text/css">\n
> <link rel="stylesheet" href="css.php?css=read&skin={$skin_en}" type="text/css">\n
> <script type="text/javascript" src="{$basic_js}"></script>\n
> <script type="text/javascript" src="{$respopup_js}"></script>\n
> <script type="text/javascript" src="js/htmlpopup.js"></script>\n
> <script type="text/javascript" src="js/showhide.js"></script>\n
これでどうじゃろ。
単純にスレ出力をPc用のに入れ替えて
js等を有効にしてやっただけ。
htmlpopup以外はうまく動くと思うよ。
htmlpopupは邪魔だから外そうかな。