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
| app.pageSliders = { | |
| slider: null, | |
| container: ".tiny-slider", | |
| init: function() { | |
| // no reason to continue init if no slider on page | |
| if (!document.querySelector("#mainslider")) { | |
| return; | |
| } | |
| app.pageSliders.slider = tns({ |
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
| ///administrator/components/com_rsform/helpers/fields/foundation/birthday.php | |
| <?php | |
| /** | |
| * @package RSForm! Pro | |
| * @copyright (C) 2007-2015 www.rsjoomla.com | |
| * @license GPL, http://www.gnu.org/copyleft/gpl.html | |
| */ | |
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 | |
| //TO AVOID DOUBLE META OG:DESCRIPTION - set your flexi description social suggest to none; | |
| defined( '_JEXEC' )or die( 'Restricted access' ); | |
| /* + OPEN GRAPH META TAGSSOCIAL SHARES | |
| https://blog.kissmetrics.com/open-graph-meta-tags/ | |
| https://moz.com/blog/meta-data-templates-123 | |
| ----------------------------------------------------------------------- | |
| REMEMBER TO SET IMAGE FIELD NUMBER line 81 | |
| ====================================================================== |
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
| <div data-thumb="images/assets/foundation/thumbnails/v-04.png" data-title="Video"> | |
| <div class="grid-container video m-space wow iamrobert"> | |
| <div class="grid-x grid-margin-x grid-padding-x"> | |
| <div class="cell large-6 small-order-2 large-order-1"> | |
| <h3>Heading</h3> | |
| <p>Insert Text.</p> | |
| </div> | |
| <div class="cell large-6 small-order-1 large-order-2"> | |
| <div class="flex-vid embed-responsive js-player widescreen vimeo"> | |
| <iframe allowfullscreen class="embed-player b-lazy force-lazy-load" frameborder="0" height="225" src="https://player.vimeo.com/video/60122989" width="400"></iframe> |
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
| //plugins/system/jscsscontrol/jscsscontrol.php | |
| <?php | |
| /** | |
| * @Copyright | |
| * @package JCC - JS CSS Control for Joomla! 3.x | |
| * @author Viktor Vogel <[email protected]> | |
| * @version 3.2.2 - 2019-06-16 | |
| * @link https://kubik-rubik.de/jcc-js-css-control | |
| * |
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 | |
| /* | |
| * ======================================================================= | |
| + ECHO ALL MAIN + SUB CATEGORIES | |
| * ======================================================================= | |
| */ | |
| $all_cats = ' '; | |
| foreach ($item -> _row -> categories as $cat) { |
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
| /* + FOUNDATION 6.5.3 JS PREPOS FILE | |
| ====================================================================== | |
| 1. Copy Files From dist/plugins folder on github | |
| 2. Remove prepros-prepend for unneeded files | |
| 3. Probably best to start from bottom for uneeded files | |
| ---------------------------------------------------------------------- | |
| */ | |
| //CORE FILES | |
| //@prepros-prepend zf/foundation.core.min.js |
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 | |
| function sanitize_output($buffer) { | |
| $x = '<!--(?>-?[^-]*+)*?--!?>'; | |
| $s1 = DOUBLE_QUOTE_STRING; | |
| $s2 = SINGLE_QUOTE_STRING; | |
| //Regex for escape elements | |
| $pr = "<pre\b[^>]*+>(?><?[^<]*+)*?</pre\s*+>"; |