Skip to content

Instantly share code, notes, and snippets.

View nakamuraagatha's full-sized avatar

Nakamura Agatha nakamuraagatha

View GitHub Profile
! function(t) {
function e(o) {
if (i[o]) return i[o].exports;
var r = i[o] = {
exports: {},
id: o,
loaded: !1
};
return t[o].call(r.exports, r, r.exports, e), r.loaded = !0, r.exports
}
!function(t){function e(o){if(i[o])return i[o].exports;var r=i[o]={exports:{},id:o,loaded:!1};return t[o].call(r.exports,r,r.exports,e),r.loaded=!0,r.exports}var i={};return e.m=t,e.c=i,e.p="",e(0)}({0:function(t,e,i){t.exports=i(80)},80:function(t,e,i){"use strict";function o(t){if(jQuery(".cart-item .nav-dropdown").length)jQuery(".cart-item").addClass("current-dropdown cart-active"),jQuery(".shop-container").click(function(){jQuery(".cart-item").removeClass("current-dropdown cart-active")}),jQuery(".cart-item").hover(function(){jQuery(".cart-active").removeClass("cart-active")}),setTimeout(function(){jQuery(".cart-active").removeClass("current-dropdown")},t);else{var e=jQuery.magnificPopup.open?0:300;e&&jQuery.magnificPopup.close(),setTimeout(function(){jQuery(".cart-item .off-canvas-toggle").click()},e)}}i(81),i(82),i(83);var r=!1;/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)||(r=jQuery(".has-image-zoom .slide").easyZoom({loadingNotice:""})),jQuery("table.my_account_orders").wrap('
@nakamuraagatha
nakamuraagatha / setup.md
Created October 12, 2016 20:36 — forked from asilbalaban/setup.md
How to install fuelphp and setup ormauth on it!

Installing and Setup FuelPHP's Ormauth

Create new project with Oil

$ oil create <project_name>

In your project there is a fuel/packages folder Copy /fuel/packages/auth/config/auth.php and /fuel/packages/auth/config/ormauth.php files to your main config folder which is /fuel/app/config/

<?php
/**
* @package WordPress
* @subpackage Dental Clinic
* @version 1.0.0
*
* Profiles Page Horizontal Profile Format Template
* Created by CMSMasters
*
*/
<?php
/*
* Template Name: Movie Page
*/
get_header(); ?>
<!-- Main Content -->
<div class="large-12 columns" role="content">
@nakamuraagatha
nakamuraagatha / bash
Last active September 14, 2018 00:16
Spina CMS with Cloudinary
rails generate uploader Web