-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparams.php
32 lines (26 loc) · 992 Bytes
/
params.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
$meta = [
"title" => "ghost kwini - void, separation and waiting",
"description" => "A loveplay starring cells | DEV004",
"image" => "http://www.d-e-v-o-r-m.com/004/assets/meta/image.jpg",
"url" => "http://www.d-e-v-o-r-m.com/004"
];
$info = [
"catalog" => "DEV004",
"artist" => "ghost kwini",
"release" => "void, separation and waiting"
];
$svg = [
"yt" => "svg/yt.svg",
'mute' => [ "on" => "svg/mute-on.svg", "off" => "svg/mute-off.svg"]
];
$buttons = [
"download" => [ "txt" => "BUY ON BANDCAMP", "url" => "https://devorm.bandcamp.com"],
"redeem" => [ "txt" => "REDEEM DOWNLOAD CODE", "url" => "https://devorm.bandcamp.com/yum"]
];
$links =[
"bc" => [ "txt" => "bandcamp", "url" => "https://devorm.bandcamp.com/", 'icon' => ""],
"sc" => [ "txt" => "soundcloud", "url" => "https://soundcloud.com/devorm", 'icon' => ""],
"fb" => [ "txt" => "facebook", "url" => "https://www.facebook.com/DEVORM-records-200577410125129/", 'icon' => ""]
];
?>