Guest User

Untitled

a guest
Nov 24th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. $options[] = array( "name" => "How Many Posts Shown on Blog Overview?",
  2. "desc" => "Choose the number of posts displayed on blog overview.",
  3. "id" => $shortname."_blog_posts_shown",
  4. "std" => "4",
  5. "type" => "select2",
  6. "options" => array(
  7. '1' => 'One',
  8. '2' => 'Two',
  9. '3' => 'Three',
  10. '4' => 'Four',
  11. '5' => 'Five',
  12. '6' => 'Six',
  13. '7' => 'Seven',
  14. '8' => 'Eight',
  15. '9' => 'Nine',
  16. '10' => 'Ten'));
Add Comment
Please, Sign In to add comment