Skip to content

Instantly share code, notes, and snippets.

View vejnoe's full-sized avatar

Andreas Vejnø Andersen vejnoe

View GitHub Profile
@vejnoe
vejnoe / rebuild_permissions
Created January 10, 2017 12:32 — forked from level09/rebuild_permissions
Drush: rebuild permissions table using command line in Drupal
drush php-eval 'node_access_rebuild();'
@vejnoe
vejnoe / drupal-7-theming-snippets.mdown
Last active August 29, 2015 14:17
Drupal 7 Theming Snippets

#Drupal 7 Theming Snippets By Andreas Vejnø Andersen – vejnoe.dk

##Image node.tpl.php

URL to nodes:

<?php print $node_url; ?>
@vejnoe
vejnoe / gist:7b45ccb167242ee17a5c
Last active August 29, 2015 14:16
HTML & Foundation 5 Markup test page - v1.0
<p>
<a class="button large" href="#">Button Large</a><br />
<a class="button" href="#">Button</a><br />
<a class="button small" href="#" style="font-size: 16px;">Button Small</a><br />
<a class="button tiny" href="#" style="font-size: 16px;">Button Tiny</a>
</p>
<h1>
CSS Basic Elements
</h1>