assign(array( 'DEFAULT_PATH' => $wfs_conf[0], 'DEFAULT_VOLUME' => $wfs_conf[1])); if ($wfs_conf[2] == '44') $template->assign(array('SMALL_PLAYER' => 'checked="checked"')); if ($wfs_conf[2] == '64') $template->assign(array('MEDIUM_PLAYER' => 'checked="checked"')); if ($wfs_conf[2] == '202') $template->assign(array('BIG_PLAYER' => 'checked="checked"')); if ($wfs_conf[3] == '1') { $template->assign(array('AUTOSTART_ON' => 'checked="checked"')); } else { $template->assign(array('AUTOSTART_OFF' => 'checked="checked"')); } if ($wfs_conf[4] == '1') { $template->assign(array('AUTOREPLAY_ON' => 'checked="checked"')); } else { $template->assign(array('AUTOREPLAY_OFF' => 'checked="checked"')); } $template->set_filenames(array('plugin_admin_content' => realpath(WFS_PATH . 'template/admin.tpl'))); $template->assign_var_from_handle('ADMIN_CONTENT', 'plugin_admin_content'); ?>