Created
January 6, 2012 20:24
-
-
Save billrobbins/1572242 to your computer and use it in GitHub Desktop.
Add five slides to Foxy options page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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