Created
June 5, 2012 04:32
-
-
Save jjcall/2872651 to your computer and use it in GitHub Desktop.
Form & Social Networks Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Email settings | |
// Replace below with your email credentials | |
$site_owners_email = '[email protected]'; // Replace this with your own email address | |
$site_owners_name = 'Your Name'; // replace with your name | |
$email_subject_line = "Sublject line on form"; // Subject on email that you recieve | |
// | |
// Replace with your social & contact credentials. | |
// Only the ones you fill out will show up on the page. | |
// | |
// Email address where visitors can send you a message | |
$email = "[email protected]"; | |
// Your twitter handle. ie: "jjcall" | |
$twitter_name= "jjcall"; | |
// Facebook URL | |
$facebook_name= "http://facebook.com/jason.calleiro"; | |
// Full linkedin public URL | |
$linkedin_url = "http://www.linkedin.com/in/jasoncalleiro"; | |
// Full tumblr URL | |
$tumblr_blog_url = "http://tumblr.com"; | |
// Your dribbble name. ie: "jjcall" | |
$dribbble_name = "jjcall"; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment