Skip to content

Instantly share code, notes, and snippets.

View duckydan's full-sized avatar

Dan Eveland duckydan

  • Eveland Trading
  • USA
View GitHub Profile
@RishiKulshreshtha
RishiKulshreshtha / YOURTHEME.theme
Created June 22, 2017 13:07
Adding Taxonomy Term to the Node's Breadcrumb
<?php
/**
* @file
* Place your custom PHP code in this file.
*/
/**
* Implements HOOK_preprocess_breadcrumb().
*/
@koenpunt
koenpunt / chosen-bootstrap.css
Last active March 11, 2023 01:01
Bootstrap 3.0 theme for Chosen
select.form-control + .chosen-container.chosen-container-single .chosen-single {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;