📄 polls.php
字号:
<!-- polls //-->
<tr>
<td>
<?php
$heading = array();
$contents = array();
$heading[] = array('align' => 'left',
'text' => BOX_HEADING_POLLS,
'link' => tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('selected_box')) . 'selected_box=polls')
);
if ($selected_box == 'polls') {
$contents[] = array('align' => 'left',
'text' => '<a href="' . tep_href_link(FILENAME_POLLS, 'action=config', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_POLLS_CONFIG . '</a><BR><a href="' . tep_href_link(FILENAME_POLLS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_POLLS_POLLS . '</a>'
);
}
$box = new box;
echo $box->menuBox($heading, $contents);
?>
</td>
</tr>
<!-- polls-eof //-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -