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
GitHub.TreeSlider = function () { | |
if (window.history && window.history.pushState) { | |
function a() { | |
if (e.sliding) { | |
e.sliding = false; | |
$(".frame-right").hide(); | |
$(".frame-loading:visible").removeClass("frame-loading") | |
} | |
} | |
if (!($("#slider").length == 0 || !GitHub.shouldSlide)) if (!navigator.userAgent.match(/(iPod|iPhone|iPad)/)) { |
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
body, p, div, form, label, input{ | |
/* some reset */ | |
font-family:Verdana, Geneva, sans-serif; | |
font-size:small; | |
color:#666; | |
background: #3a5875 | |
} | |
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
body, p, div, form, label, input{ | |
/* some reset */ | |
font-family:Verdana, Geneva, sans-serif; | |
font-size:small; | |
color:#666; | |
background: #3a5875 | |
} | |
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
body, p, div, form, label, input{ | |
/* some reset */ | |
font-family:Verdana, Geneva, sans-serif; | |
font-size:small; | |
color:#666; | |
background: #3a5875 | |
} | |
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
body, p, div, form, label, input{ | |
/* some reset */ | |
font-family:Verdana, Geneva, sans-serif; | |
font-size:small; | |
color:#666; | |
background: #3a5875 | |
} | |
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
body, p, div, form, label, input{ | |
/* some reset */ | |
font-family:Verdana, Geneva, sans-serif; | |
font-size:small; | |
color:#666; | |
background: #3a5875 | |
} | |
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 | |
require("postmark.php"); | |
$postmark = new Postmark("your-api-key","from-email","optional-reply-to-address"); | |
$result = $postmark->to("[email protected]") | |
->subject("Email Subject") | |
->plain_message("This is a plain text message.") | |
->attachment('File.pdf', $file_as_string, 'application/pdf') |
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 | |
/** | |
* An "easier" interface for interacting with WordPress' template_redirect function. | |
* | |
* @package zm-wordpress-helpers | |
* @uses is_admin() | |
* @uses get_query_var() | |
*/ | |
function bmx_race_schedule_redirect( $params=array() ) { |
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 | |
/** | |
* Determine if given templates exists if they do loads them | |
* based on the type of page being displayed. | |
* | |
* @uses is_single() | |
*/ | |
if ( ! function_exists( '_zm_template_redirect' ) ) : | |
function _zm_template_redirect( $params=array()){ |
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 | |
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ | |
/** | |
* video.php | |
* | |
* Requires PHP version 5.0 or more | |
* | |
* LICENSE: This source file is subject to version 3.01 of the GNU/GPL License |
OlderNewer