Created
April 9, 2011 20:37
-
-
Save laras126/911743 to your computer and use it in GitHub Desktop.
font array and such
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
| <?php | |
| $options[] = array( "name" => "Header Font", | |
| "desc" => "Choose a font from the <a href='http://google.com/webfonts'>Google WebFont Directory</a> and type its name in the text field.", | |
| "id" => $shortname."_google_hdr_font", | |
| "std" => "", | |
| "type" => "text"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment