-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
57 lines (51 loc) · 1.75 KB
/
config.php
File metadata and controls
57 lines (51 loc) · 1.75 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?php
$pulse_dir = "admin";
$page_title = "Rádio Cidade Marquesa - A estação do seu rádio";
$page_desc = "Rádio Cidade Marquesa situado na Rua Travessa Rio Branco, número 22 em Caiçara na Paraíba.";
$page_words = "cidademarquesa, online, rádio, notícias, músicas, blog, eventos, jotaferreira, ao vivo, paraíba.";
$height = "270";
$width = "270";
$blog_url = "blog.php";
$menu_home = "Home";
$menu_sobre = "Sobre";
$menu_noticias = "Notícias";
$menu_mural = "Recados";
$menu_programacao = "Programação";
$menu_eventos = "Eventos";
$menu_fotos = "Fotos";
$menu_videos = "Vídeos";
$menu_equipe = "Equipe";
$menu_contato = "Contato";
$youtube_url = "#";
$analytics_id = "";
$per_page = "3";
$blog_comments = true;
$blog_capcha = false;
$date_format = "d/m/Y";
$email_contact = "radiocidademarquesa@gmail.com";
$nub_whatsapp = "(83) 9 9415-4078";
$facebook_url = "https://www.facebook.com/profile.php?id=100065115137321";
$twitter_url = "https://twitter.com";
$google_url = "https://plus.google.com";
$linkedin_url = "#";
$pinterest_url = "#";
$instagram_url = "#";
$flickr_url = "#";
$pulse_lang = "PT_BR";
$custom_fieldname1 = "";
$custom_fieldname2 = "";
$formcap = "1";
$corsite = "blue";
$apk_url = "https://play.google.com/store/apps/details?id=seuid";
$ios_url = "https://play.google.com/store/apps/details?id=seuid";
$apk_select = "apk.php";
$ios_select = "ios.php";
$bapk_select = "android.php";
$bios_select = "iphone.php";
$bwin_select = "windows.php";
$bblack_select = "blackberry.php";
$bapk_url = "https://play.google.com/store/apps/details?id=seuid";
$bios_url = "https://play.google.com/store/apps/details?id=seuid";
$bwin_url = "https://play.google.com/store/apps/details?id=seuid";
$bblack_url = "https://play.google.com/store/apps/details?id=seuid";
?>