Skip to content

Instantly share code, notes, and snippets.

View janstieler's full-sized avatar

Jan janstieler

View GitHub Profile
<?php
return function($site, $pages, $page, $data) {
$contactalert = null;
if(get('contactsubmit')) {
$contactdata = array(
/* 'contactaktion' => get('contactaktion'), */
@janstieler
janstieler / Kirby CMS Bootstrap Carousel
Last active January 19, 2017 15:56
A snippet code for Bootstraps 3 Carousel for the KirbyCMS with Numbers. Disable the round indicators by CSS.