init
This commit is contained in:
43
config/global_config.php
Executable file
43
config/global_config.php
Executable file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
class Global_conf {
|
||||
public $offline = '1';
|
||||
public $title = "Martin Fencl";
|
||||
public $author = "Martin Fencl";
|
||||
|
||||
public $Facebook_link = "http://facebook.com";
|
||||
public $Twitter_link = "http://twitter.com";
|
||||
public $GooglePlus_link = "http://google.com";
|
||||
public $Instagram_link = "http://instagram.com";
|
||||
public $Pinterest_link = "http://pinterest.com";
|
||||
public $Email_link = "mailto:";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
public $phone_list = array("+420 608 448 184");
|
||||
|
||||
public $social_buttons = array(
|
||||
array("FAwesome","facebookBtn", "https://www.facebook.com/fencl.martin"),
|
||||
array("FAwesome","twitterBtn", "https://twitter.com/howard56765707"),
|
||||
// array("FAwesome","googleplusBtn", "https://plus.google.com/109580475645561156741/posts"),
|
||||
//array("FAwesome","blogBtn", "https://instagram.com/zacekjakub/"),
|
||||
//array("FAwesome","instagramBtn", "https://www.instagram.com/zinhoward/"),
|
||||
//array("FAwesome","pinterestBtn", "https://www.pinterest.com/zacekjakub/"),
|
||||
array("FAwesome","githubBtn", "https://github.com/Howardzi-nn"),
|
||||
array("FAwesome","linkedinBtn", "https://www.linkedin.com/in/martin-fencl-6a9795189"),
|
||||
//array("FAwesome","foursquareBtn", "https://foursquare.com/zacekjakub"),
|
||||
array("FAwesome","mailBtn", "mailto:martin@martinfencl.eu"),
|
||||
//array("FAwesome", "telegramBtn", "https://t.me/zacekjakub"),
|
||||
//array("Blog","blog.png", "https://blog.zacekj.cz"),
|
||||
//array("FAwesome","gravBtn", "https://blog.zacekj.cz"),
|
||||
//array("FAwesome", "lockBtn", "https://zacekj.cz/zacek.pub.asc"),
|
||||
//array("FAwesome", "publicKeyBtn", "https://zacekj.cz/id_rsa.pub"),
|
||||
//array("FAwesome","phoneBtn","a"),
|
||||
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user