Skip to content

Instantly share code, notes, and snippets.

View ForestMars's full-sized avatar
๐Ÿ’ญ
๐‘โ„Ž=๐‘๐‘ (๐›ผโˆ—(๐‘๐‘–+๐‘๐‘œ))

Forest Mars ForestMars

๐Ÿ’ญ
๐‘โ„Ž=๐‘๐‘ (๐›ผโˆ—(๐‘๐‘–+๐‘๐‘œ))
View GitHub Profile
@elliotttf
elliotttf / theme_it_once.info
Last active August 29, 2015 13:56
Example source for "theme it once" blog post.
name = Theme it Once Example
description = Example of sharing markup with a front-end and back-end template engine in Drupal.
core = 7.x
@davereid
davereid / custom.admin_menu.inc
Last active September 29, 2015 07:18
Useful D7 custom functions
<?php
/**
* @file
* Administration menu integration for the custom module.
*/
/**
* Implements hook_admin_menu_cache_info().
*/