(8) Undefined variable: strlayout
文件位置
/web/zb_users/theme/metro/editor.php
51 <tr>
52 <td scope="col" height="52">外观模式</td>
53 <td >
54 <div id="layoutset">
55 <input type="radio" id="layoutl" name="layout" value="l" <?php echo $strlayout=='l'?'checked="checked"':''; ?> /><label for="layoutl">侧栏居左</label>
56 <input type="radio" id="layoutr" name="layout" value="r" <?php echo $strlayout=='r'?'checked="checked"':''; ?> /><label for="layoutr">侧栏居右</label>
57 </div>
58 </td>
59 </tr>
60 <tr>
www.zmbiji.com