PageRenderTime 50ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/wp-content/themes/platform/config/config.posttypes.php

https://bitbucket.org/crypticrod/sr_wp_code
PHP | 87 lines | 82 code | 5 blank | 0 comment | 0 complexity | d1e7ef9f3bbbb4ac9773e3a3a83eed0c MD5 | raw file
Possible License(s): AGPL-1.0, GPL-2.0, LGPL-2.1, GPL-3.0, LGPL-2.0, AGPL-3.0
  1. <?php
  2. function get_default_features(){
  3. return array(
  4. '1' => array(
  5. 'title' => 'Welcome to PlatformPro',
  6. 'text' => 'Welcome to PlatformPro Framework, we hope you are enjoying this premium product from PageLines.',
  7. 'media' => '',
  8. 'style' => 'text-none',
  9. 'link' => '#fake_link',
  10. 'background' => THEME_IMAGES.'/feature1.jpg',
  11. 'name' =>'PlatformPro',
  12. 'fcontent-design' => '',
  13. 'thumb' => THEME_IMAGES.'/fthumb1.png'
  14. ),
  15. '2' => array(
  16. 'title' => 'YouTube Video',
  17. 'text' => 'A video on changing things.',
  18. 'media' => '<object width="960" height="330"><param name="movie" value="http://www.youtube.com/v/T6MhAwQ64c0&amp;hl=en_US&amp;fs=1?hd=1&amp;showinfo=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/T6MhAwQ64c0&amp;hl=en_US&amp;fs=1?hd=1&amp;showinfo=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="960" height="330"></embed></object>',
  19. 'style' => 'text-none',
  20. 'link' => '#fake_link',
  21. 'background' => '',
  22. 'name' => 'Media',
  23. 'fcontent-design' => '',
  24. 'thumb' => THEME_IMAGES.'/fthumb2.png'
  25. ),
  26. '3' => array(
  27. 'title' => '<small>WordPress Framework By</small> PageLines',
  28. 'text' => 'Welcome to a professional WordPress framework by PageLines. Designed for you in San Diego, California.',
  29. 'media' => '',
  30. 'style' => 'text-right',
  31. 'link' => '#fake_link',
  32. 'background' => THEME_IMAGES.'/feature2.jpg',
  33. 'name' => 'Design',
  34. 'fcontent-design' => '',
  35. 'thumb' => THEME_IMAGES.'/fthumb3.png'
  36. ),
  37. '4' => array(
  38. 'title' => '<small>Web Design</small> Redesigned.',
  39. 'text' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
  40. 'media' => '',
  41. 'style' => 'text-left',
  42. 'link' => '#fake_link',
  43. 'background' => THEME_IMAGES.'/feature3.jpg',
  44. 'name' => 'Pro',
  45. 'fcontent-design' => '',
  46. 'thumb' => THEME_IMAGES.'/fthumb4.png'
  47. ),
  48. '5' => array(
  49. 'title' => '<small>Make An</small> Impression',
  50. 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam quam quam, dignissim eu dignissim et,<br/> accumsan ullamcorper risus. Aliquam rutrum, lorem et ornare malesuada, mi magna placerat mi, bibendum volutpat lectus. Morbi nec purus dolor.',
  51. 'media' => '',
  52. 'style' => 'text-bottom',
  53. 'link' => '#fake_link',
  54. 'background' => THEME_IMAGES.'/feature4.jpg',
  55. 'name' =>'Media',
  56. 'fcontent-design' => '',
  57. 'thumb' => THEME_IMAGES.'/fthumb5.png'
  58. ),
  59. );
  60. }
  61. function get_default_fboxes(){
  62. return array(
  63. '1' => array(
  64. 'title' => 'Rock The Web!',
  65. 'text' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim.',
  66. 'media' => THEME_IMAGES.'/fbox1.png'
  67. ),
  68. '2' => array(
  69. 'title' => 'PageLines Framework',
  70. 'text' => 'Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in.',
  71. 'media' => THEME_IMAGES.'/fbox2.png'
  72. ),
  73. '3' => array(
  74. 'title' => 'Drag&amp;Drop Design',
  75. 'text' => 'In voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur occaecat cupidatat non proident, in culpas officia deserunt.',
  76. 'media' => THEME_IMAGES.'/fbox3.png'
  77. )
  78. );
  79. }
  80. function get_default_banners(){
  81. return array();
  82. }