Skip to content

Instantly share code, notes, and snippets.

View mathollingsworth's full-sized avatar

Mathew Hollingsworth mathollingsworth

  • Melbourne, Australia
View GitHub Profile
/*------------------------------------*\
#SWITCH
\*------------------------------------*/
/*
<label class="switch">
<input type="checkbox" class="switch__checkbox" name="switch">
<span class="switch__mask"></span>
</label>
*/
@amacneil
amacneil / store_shipping_example.php
Created March 23, 2012 23:48
An example custom shipping plugin for Expresso Store
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* Store Shipping Example
*
* An example custom shipping plugin for Expresso Store
*/
class Store_shipping_example extends Store_shipping_driver
{
/**