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 | |
////////////////////////////////////////////////////////////// | |
// phpThumb() by James Heinrich <[email protected]> // | |
// available at http://phpthumb.sourceforge.net // | |
// and/or https://github.com/JamesHeinrich/phpThumb // | |
////////////////////////////////////////////////////////////// | |
/// // | |
// See: phpthumb.readme.txt for usage instructions // | |
// /// | |
////////////////////////////////////////////////////////////// |
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="block left-categorys"> | |
<?php | |
$currentCat = Mage::registry('current_category'); | |
echo '<div class="block-title"><h2>'.$currentCat->getName().'</h2></div>'; | |
$collection = Mage::getResourceModel('catalog/category_collection') | |
->addAttributeToFilter('parent_id', $currentCat->getId()) | |
->addAttributeToFilter('is_active', 1) | |
->addAttributeToSort('position', 'asc') | |
->addAttributeToSelect('name') |
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
cookie_popup = (function() { | |
var date = new Date(); | |
var minutes = 5; | |
date.setTime(date.getTime() + (minutes * 60 * 1000)); | |
if ($.cookie('cookie_popup') == undefined) { | |
$('.cookie-popup-wrap').fadeIn(600); | |
$.cookie('cookie_popup',true,{ expires: date }); | |
}; |
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
/*! | |
* jQuery Cookie Plugin v1.4.0 | |
* https://github.com/carhartl/jquery-cookie | |
* | |
* Copyright 2013 Klaus Hartl | |
* Released under the MIT license | |
*/ | |
(function (factory) { | |
if (typeof define === 'function' && define.amd) { | |
// AMD. Register as anonymous module. |
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 | |
/** | |
* | |
* @license MIT License | |
* | |
*/ | |
// om 't script wat tijd te geven | |
ini_set("memory_limit","320M"); | |
ini_set("max_execution_time", 240); |
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 | |
// --------------------------------------------------------------- | |
// :: modxupdater | |
// ---------------------------------------------------------------- | |
// | |
// | |
// | |
// ---------------------------------------------------------------- | |
// :: Copyright & Licencing | |
// ---------------------------------------------------------------- |
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 | |
/** | |
* MinifyRegistered | |
* | |
* @category plugin |
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 | |
/** | |
* MinifyRegistered | |
* | |
* @category plugin | |
* @version 0.2.4 | |
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License (GPL) | |
* @author Jako ([email protected]) | |
* | |
* @internal Description: |