Skip to content

Instantly share code, notes, and snippets.

View felipelavinz's full-sized avatar

Felipe Lavín Z. felipelavinz

View GitHub Profile
jQuery(function($) {
var $control;
mediaControl = {
// Initializes a new media manager or returns an existing frame. ble
// @see wp.media.featuredImage.frame()
frame: function() {
if ( this._frame )
return this._frame;
this._frame = wp.media({
@felipelavinz
felipelavinz / gist:3083296
Created July 10, 2012 13:38 — forked from pochitax/gist:3083209
Menu Footer Admin
<div class="footer-admin">
<div class="center">
<img src="images/logo/clerk-footer.gif">
<div class="menu-footer-admin">
<ul>
<li class="active">
<a title="Dashboard" href="/dashboard">Dashboard</a>
</li>
<li>
<a title="Reservas" href="/bookings">Reservas</a>