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-3 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 | |
// Add plugin settings | |
$Plugin_Name = plugin_basename( __FILE__ ); | |
add_filter( "plugin_action_links_$Plugin_Name", 'tt_Add_Settings_Links_For_Plugin' ); | |
if ( !function_exists('tt_Add_Settings_Links_For_Plugin') ) { | |
function tt_Add_Settings_Links_For_Plugin($links) { | |
array_push($links, '<a title="We are developing beautiful themes and applications for the web!" href="http://torbara.com" target="_blank" style="font-weight: bold; font-size: 14px;"><img src="http://www.googledrive.com/host/0Bxtm5PidFyMoN3VhYWlfVU45MXc" alt="" style="width: 24px; vertical-align: middle; position: relative; top: -1px;"> Torbara.com</a>'); | |
array_push($links, '<a title="Our portfolio on Envato Market" href="http://themeforest.net/user/torbara/portfolio?ref=torbara" target="_blank"><img src="http://www.googledrive.com/host/0Bxtm5PidFyModml3aXJ0T3hFQ2M" alt="" style="width: 16px; vertical-align: middle; position: relative; top: -2px;"> Envato</a>'); |
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 | |
/** | |
* Torbara Maxx-Fitness Theme for WordPress, exclusively on Envato Market: http://themeforest.net/user/torbara | |
* @encoding UTF-8 | |
* @version 1.0 | |
* @copyright Copyright (C) 2015 Torbara (http://torbara.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
<?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 |
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 | |
/** | |
* 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
<?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
<?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 | |
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
<?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; |