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 | |
/** | |
* sopro | |
* @package SOPRO | |
* @author Niels Nübel <[email protected]> / Robert Deutz <[email protected]> | |
* @copyright NN-Medienagentur.de / Robert Deutz Business Solution - www.rdbs.de | |
* @license GNU General Public License version 2 or later | |
**/ | |
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 | |
/** | |
* Convert a comma separated file into an associated array. | |
* The first row should contain the array keys. | |
* | |
* Example: | |
* | |
* @param string $filename Path to the CSV file | |
* @param string $delimiter The separator used in the file | |
* @return array |
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
module.exports = function(grunt) { | |
'use strict'; | |
var configBridge = grunt.file.readJSON('./grunt/configBridge.json', { encoding: 'utf8' }); | |
var generateCommonJSModule = require('./grunt/commonjs-generator.js'); | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
banner: '/*!\n' + |
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 | |
/** | |
* @package Joomla.Site | |
* @subpackage com_weblinks | |
* | |
* @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. | |
* @license GNU General Public License version 2 or later; see LICENSE.txt | |
*/ | |
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 | |
/** | |
* NNProducts | |
* @package NNPRODUCTS | |
* @author Niels Nübel <[email protected]> | |
* @copyright Copyright (c) 2015 tec-promotion GmbH / NN-Medienagentur.de | |
* @license GNU General Public License version 2 or later | |
*/ | |
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 | |
/** | |
* HQSUser | |
* | |
* @package HQSUser-cli | |
* @author Niels Nübel <[email protected]> | |
* | |
* @copyright 2015 HQS | |
* @license GNU General Public License version 2 or later | |
*/ |
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
<script src="/js/jquery.event.move.js" type="text/javascript"></script> | |
<script src="/js/jquery.twentytwenty.js" type="text/javascript"></script> | |
<link rel="stylesheet" href="/css/twentytwenty.css" type="text/css" media="screen" /> |
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
// Set Font-Sizes for Elements | |
$responsivetypo: ( | |
// Default Breakpoint (Mobile First) | |
'default': ( | |
'tiny': ( | |
'fs': 12px, 'lh': 1.5, | |
), | |
'p': ( |
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 | |
/** | |
* @package Joomla.Platform | |
* @subpackage Form | |
* | |
* @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved. | |
* @license GNU General Public License version 2 or later; see LICENSE | |
*/ | |
defined('JPATH_PLATFORM') or die; |
OlderNewer