This file contains 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
var jQ = false;function initJQ(){if(typeof(jQuery)=='undefined'){if(!jQ){jQ = true;document.write('<scr'+'ipt type="text/javascript"src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></scr'+'ipt>');}setTimeout('initJQ()',50);}else{(function($){$(function(){ | |
console.log("this is jq"); | |
});})(jQuery);}}initJQ(); |
This file contains 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 | |
// check compatibility | |
if ( version_compare(PHP_VERSION, '5.3', '>=')) { | |
... | |
} |
This file contains 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
<div class="uk-grid tm-price" data-uk-grid-margin="" data-uk-grid-match="{target:'.uk-panel'}"> | |
<div class="uk-width-medium-1-5 uk-text-center"> | |
<div class="uk-panel"> | |
<div class="price">$24<sup>.99</sup></div> | |
<h2 class="uk-panel-title uk-margin-top">per month</h2> | |
<p class="tm-panel-subtitle">Health Checks <br>Personal fitness programm <br>Membership cards</p> | |
<a class="uk-button uk-button-large" href="#" title="Buy Now"> | |
<i class="uk-icon-akplus">+</i> | |
<span>Buy Now</span> |
This file contains 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 | |
/** | |
* Instantiate the container. | |
* | |
* Objects and parameters can be passed as argument to the constructor. | |
* | |
* @param array $values The parameters or objects. | |
*/ | |
public function __construct(array $values = array()) { | |
$self = $this; |
This file contains 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 | |
echo "sdfg"; | |
?> |
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<form> | |
<name>Cobalt - Built-In Comments</name> | |
<fields name="comments"> | |
<fieldset name="comments" label="FS_GENERAL"> | |
<field name="comment_captcha" type="radio" class="btn-group" default="1" label="X_COMMCAPTCHAPUBLIC"> | |
<option value="0">CNO</option> | |
<option value="1">CYES</option> | |
</field> |
This file contains 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 | |
/** | |
* Cobalt by MintJoomla | |
* a component for Joomla! 1.7 - 2.5 CMS (http://www.joomla.org) | |
* Author Website: http://www.mintjoomla.com/ | |
* @copyright Copyright (C) 2012 MintJoomla (http://www.mintjoomla.com). All rights reserved. | |
* @license GNU/GPL http://www.gnu.org/copyleft/gpl.html | |
*/ | |
defined('_JEXEC') or die(); |
This file contains 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 | |
/** | |
* Aklere Features template for module mod_articles_category, exclusively on Envato Market: http://codecanyon.net/user/aklare | |
* @encoding UTF-8 | |
* @version 1.0 | |
* @copyright Copyright (C) 2015 Aklare (http://aklare.com). All rights reserved. | |
* @license GNU General Public License version 2 or later, see http://www.gnu.org/licenses/gpl-2.0.html | |
* @author Alexandr Khmelnytsky ([email protected]) | |
*/ |
This file contains 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
<div class="uk-grid tm-price" data-uk-grid-margin="" data-uk-grid-match="{target:'.uk-panel'}"> | |
<div class="uk-width-medium-1-4 uk-text-center" data-uk-scrollspy="{cls:'uk-animation-slide-left', repeat: true}"> | |
<div class="uk-panel"> | |
<div class="price">$24<sup>.99</sup></div> | |
<h2 class="uk-panel-title uk-margin-top">per month</h2> | |
<p class="tm-panel-subtitle">Health Checks <br>Personal fitness programm <br>Membership cards</p> | |
<a class="uk-button uk-button-large" href="#" title="Buy Now"> | |
<i class="uk-icon-akplus">+</i> | |
<span>Buy Now</span> |
This file contains 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 | |
/* | |
Template Name: MaxxFitness Workouts Blog | |
*/ | |
/** | |
* Maxx Fitness Workouts category template for WP, exclusively on Envato Market: http://codecanyon.net/user/aklare | |
* @encoding UTF-8 | |
* @version 1.0 | |
* @copyright Copyright (C) 2015 Aklare (http://aklare.com). All rights reserved. | |
* @license GNU General Public License version 2 or later, see http://www.gnu.org/licenses/gpl-2.0.html |
OlderNewer