Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created January 6, 2012 20:24
Show Gist options
  • Select an option

  • Save billrobbins/1572242 to your computer and use it in GitHub Desktop.

Select an option

Save billrobbins/1572242 to your computer and use it in GitHub Desktop.
Add five slides to Foxy options page
$options[] = array( "name" => "Slide 6",
"desc" => "Upload your sixth image here.",
"id" => "slide6",
"type" => "upload");
$options[] = array( "name" => "Slide 7",
"desc" => "Upload your seventh image here.",
"id" => "slide7",
"type" => "upload");
$options[] = array( "name" => "Slide 8",
"desc" => "Upload your eighth image here.",
"id" => "slide8",
"type" => "upload");
$options[] = array( "name" => "Slide 9",
"desc" => "Upload your nineth image here.",
"id" => "slide9",
"type" => "upload");
$options[] = array( "name" => "Slide 10",
"desc" => "Upload your tenth image here.",
"id" => "slide10",
"type" => "upload");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment