Advertisement
Guest User

Untitled

a guest
Nov 11th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1.  
  2. $of_options[] = array( "name" => "Portfolio image height",
  3. "desc" => "Related portfolios height and Default portfolio image height.",
  4. "id" => "port_height",
  5. "std" => "250",
  6. "type" => "text"
  7. );
  8. $of_options[] = array( "name" => "Hide related portfolios on single?",
  9. "desc" => "",
  10. "id" => "port_related",
  11. "std" => 0,
  12. "type" => "switch"
  13. );
  14. $of_options[] = array( "name" => "Disable Hover Feature on single?",
  15. "desc" => "",
  16. "id" => "port_related_hide_hover",
  17. "std" => 0,
  18. "type" => "switch"
  19. );
  20. $of_options[] = array( "name" => "'View Large' text Change",
  21. "desc" => "Empty: VIEW LARGE.",
  22. "id" => "port_related_button_text",
  23. "std" => "",
  24. "type" => "text"
  25. );
  26. $of_options[] = array( "name" => "Link Open Type?",
  27. "desc" => "Preview Url is located in Portfolio Single.",
  28. "id" => "port_related_link_type",
  29. "std" => "view_large",
  30. "type" => "select",
  31. "options" => array('view_large'=>'View large','permalink'=>'Permalink','preview_url'=>'Preview URL')
  32. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement