<?php
$i = 0;
//slide 顯示左右箭頭
$i++;
$theme_config[$i]['name'] = "show_slide_control";
$theme_config[$i]['text'] = constant('SHOW_SLIDE_CONTROL');
$theme_config[$i]['desc'] = constant('SHOW_SLIDE_CONTROL_DESC');
$theme_config[$i]['type'] = "yesno";
$theme_config[$i]['default'] = "1";