Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.93 KB | None | 0 0
  1. <?php
  2.  
  3.     return [
  4.         'basic' => [
  5.             'headline' => 'Basic',
  6.             'sub-headline' => 'Coming Soon',
  7.             'items' => [
  8.                 [
  9.                     'main' => 'Mp3 Download',
  10.                     'small' => 'High Quality',
  11.                 ],
  12.                 [
  13.                     'main' => 'Free Downloads',
  14.                     'small' => 'Publish your songs on Soundcloud, Bandcamp etc.',
  15.                 ],
  16.             ]
  17.         ],
  18.         'standard' => [
  19.             'headline' => 'Standard',
  20.             'sub-headline' => 'Lease',
  21.             'items' => [
  22.                 [
  23.                     'main' => 'Mp3 Download',
  24.                     'small' => 'High Quality',
  25.                 ],
  26.                 [
  27.                     'main' => 'Free Downloads',
  28.                     'small' => 'Publish your songs on Soundcloud, Bandcamp etc.',
  29.                 ],
  30.             ]
  31.         ],
  32.         'commercial' => [
  33.             'headline' => 'Commercial',
  34.             'sub-headline' => 'Exclusive',
  35.             'items' => [
  36.                 [
  37.                     'main' => 'Mp3 Download',
  38.                     'small' => 'High Quality',
  39.                 ],
  40.                 [
  41.                     'main' => 'Free Downloads',
  42.                     'small' => 'Publish your songs on Soundcloud, Bandcamp etc.',
  43.                 ],
  44.             ]
  45.         ],
  46.     ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement