'bool', 'var' => 'home', 'default' => '0', 'cat' => 'Home button', 'text' => 'Show "Home" button in navigation?', ); $style_config[] = array( 'type' => 'text', 'var' => 'home_text', 'default' => 'Home', 'cat' => 'Home button', 'text' => 'Text for "Home" button:', ); $style_config[] = array( 'type' => 'text', 'var' => 'home_url', 'default' => '/', 'cat' => 'Home button', 'text' => 'URL for "Home" button:', ); /* main configuration */ $style_config[] = array( 'type' => 'bool', 'var' => 'hover', 'default' => '1', 'cat' => 'Main configuration', 'text' => 'Change table cells when moving mouse over it?', 'explain' => 'Only users who use modern browsers (Opera, Mozilla/Firefox, Safari) will see this.', ); $style_config[] = array( 'type' => 'bool', 'var' => 'click', 'default' => '0', 'cat' => 'Main configuration', 'text' => 'Make cells clickable?', ); $style_config[] = array( 'type' => 'bool', 'var' => 'top', 'default' => '0', 'cat' => 'Main configuration', 'text' => 'Show "top" button in footer of every table instead of colored footer?', ); $style_config[] = array( 'type' => 'bool', 'var' => 'grad_bg', 'default' => '1', 'cat' => 'Main configuration', 'text' => 'Enable gradient backgrounds for information pages?', 'explain' => 'Note: for posts there is a separate option that allows you to change gradient background. This option affects all other gradients.', ); $style_config[] = array( 'type' => 'bool', 'var' => 'flash', 'default' => '1', 'cat' => 'Main configuration', 'text' => 'Show flash login in header?' ); /* topic view */ $style_config[] = array( 'type' => 'bool', 'var' => 'avatars', 'default' => '1', 'cat' => 'Topic view', 'text' => 'Show avatars?', ); $style_config[] = array( 'type' => 'select', 'var' => 'ranks_text', 'default' => 'below', 'selection' => array( 'hide' => 'Show only image', 'text' => 'Show only text', 'above' => 'Show text above image', 'below' => 'Show text below image', ), 'cat' => 'Topic view', 'text' => 'Show text under rank images?', ); $style_config[] = array( 'type' => 'bool', 'var' => 'sig', 'default' => '1', 'cat' => 'Topic view', 'text' => 'Show signatures in posts?', ); $style_config[] = array( 'type' => 'select', 'var' => 'topicview', 'default' => 'left', 'cat' => 'Topic view', 'selection' => array( 'left' => 'Show profile left from post', 'right' => 'Show profile right from post', 'above' => 'Show profile above post', 'hide' => 'Don\'t show profile at all', ), 'cat' => 'Topic view', 'text' => 'How to show poster\'s profile in topic view?', ); $style_config[] = array( 'type' => 'bool', 'var' => 'grad', 'cat' => 'Topic view', 'default' => '1', 'text' => 'Use gradients for post background?', 'explain' => 'Selection of colors is available in next option.' ); $style_config[] = array( 'type' => 'select', 'var' => 'grad_color', 'default' => 'profile', 'cat' => 'Topic view', 'selection' => array( 'profile' => 'Darker color for profile.', 'post' => 'Darker color for post.', 'light' => 'Use only lighter color.', 'dark' => 'Use only dark color.', 'cycle' => 'Cycle dark/light colors for every post. Use different colors for profile and post.', 'cycle2' => 'Cycle dark/light colors for every post. Use same colors for profile and post.', ), 'text' => 'How to order colors/gradients in posts?', ); $style_config[] = array( 'type' => 'bool', 'var' => 'quick_reply', 'default' => '1', 'cat' => 'Topic view', 'text' => 'Show quick reply?' ); ?>