Commit 792ba384 authored by hisuinohoshi's avatar hisuinohoshi

fix skilltable on PHP5

parent 85b0e85d
......@@ -111,7 +111,7 @@
10,3,300,0,《投系指南》,VC,30,1,,
10,3,300,0,《爆系指南》,VD,30,1,,
10,3,300,0,《灵系指南》,VF,30,1,,
10,10,4444,0,《黑暗兵法·素材复用之卷》,VS,1,1,tl_cstick,
10,10,1444,0,《黑暗兵法·素材复用之卷》,VS,1,1,tl_cstick,
10,10,3800,0,《小黄的收服特训》,X,1,1,,
10,10,7000,0,《寻星流奥义书》,VK,300,1,,
10,10,5500,0,《小黄的常磐之力》,VC,300,1,,
......
......@@ -637,16 +637,21 @@ EOT;
<div class="skill_unacquired_hint">
<table class="skilltable">
<tr>
<td valign="center" align="center"><span class="yellow">{$unlock_flag}</span></td>
EOT;
$sk_temp .= "<td valign=\"center\" align=\"center\"><span class=\"yellow\">{$unlock_flag}</span></td>";
/*$sk_temp .= <<<EOT
</tr>
</table>
</div>
</div>
EOT;
EOT;*/
$sk_temp .= "
</tr>
</table>
</div>
</div>";
}
$sk_temp .= <<<EOT
</tr>
EOT;
$sk_temp .= "</tr>";
//$htm_sk_dir = GAME_ROOT.TPLDIR.'/'.$sk_dir.'.htm';
//writeover($htm_sk_dir,$sk_temp);
//return $sk_dir;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment