forked from studio-404/trade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfilearray.php
52 lines (51 loc) · 2.36 KB
/
filearray.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?php
$FILE["get_1"] = "template/css/bootstrap.css";
$FILE["get_2"] = "template/css/bootstrap-theme.css";
$FILE["get_3"] = "template/css/fonts.css";
$FILE["get_4"] = "template/css/style.css";
$FILE["get_5"] = "template/img/header_bg.png";
$FILE["get_6"] = "template/img/live_chat_icon.svg";
$FILE["get_7"] = "template/img/header_tel_icon.svg";
$FILE["get_8"] = "template/img/logo.svg";
$FILE["get_9"] = "template/img/enterprise_georgia.svg";
$FILE["get_10"] = "template/img/clearfilter.png";
$FILE["get_11"] = "template/img/slider_arrow_left.png";
$FILE["get_12"] = "template/img/slider_arrow_right.png";
$FILE["get_13"] = "template/img/share_icon.png";
$FILE["get_14"] = "template/img/print.png";
$FILE["get_15"] = "template/img/back_to.png";
$FILE["get_16"] = "template/img/event_line_bg.png";
$FILE["get_17"] = "template/img/link_icon.png";
$FILE["get_18"] = "template/img/trade_map_bg.png";
$FILE["get_19"] = "template/img/enteprise_georgia_bg.png";
$FILE["get_20"] = "template/img/full_screen.png";
$FILE["get_21"] = "template/img/product_shadow.png";
$FILE["get_22"] = "template/img/menu_x.png";
$FILE["get_23"] = "template/img/line.png";
$FILE["get_24"] = "template/img/line2.png";
$FILE["get_25"] = "template/img/drop.png";
$FILE["get_26"] = "template/img/export_after_bg.png";
$FILE["get_27"] = "template/img/bullet.svg";
$FILE["get_28"] = "template/img/arrow2.svg";
$FILE["get_29"] = "_plugins/jvectormap/exsize2.svg";
$FILE["get_30"] = "_plugins/jvectormap/checked.png";
$FILE["get_31"] = "_plugins/jvectormap/uncheked.png";
$FILE["get_32"] = "template/img/arrow.svg";
$FILE["get_33"] = "template/img/filterArrow.png";
$FILE["get_34"] = "template/css/custom_res.css";
$FILE["get_35"] = "template/img/menu_bg.png";
$FILE["get_36"] = "template/img/menu_a_border.png";
$FILE["get_37"] = "template/img/responsive_menu_line.png";
$FILE["get_38"] = "humans.txt";
$FILE["get_39"] = "template/js/bootstrap.js";
$FILE["get_40"] = "template/js/responsive_menu.js";
$FILE["get_41"] = "template/js/scripts.js";
$FILE["get_42"] = "template/js/googleleaps.js";
$FILE["get_43"] = "template/css/googleleaps.css";
$FILE["get_44"] = "template/img/favicon.ico";
$FILE["get_45"] = "template/img/logoshare.png";
$FILE["get_46"] = "template/img/donor_org.png";
$FILE["get_47"] = "template/img/getsadze_design.png";
$FILE["get_48"] = "template/fonts/bebas_neve_bold.woff";
return $FILE;
?>