Skip to content

Instantly share code, notes, and snippets.

View dasginganinja's full-sized avatar

Tom Donahue dasginganinja

  • Lehigh University
  • Bethlehem, PA
View GitHub Profile
@dasginganinja
dasginganinja / Hero not working...
Last active December 3, 2018 23:27
try this to see if the variable is set. This is normally set in template_preprocess_node() in template.php. Look for mentions of this variable in your code.
<?php
/*
* @file
* Default theme implementation to display text_page nodes.
*
* @see template_preprocess()
* @see template_preprocess_node()
* @see template_process()
*/
?>
// Main containers
.container
@include outer-container
// Rows
.row
@include row()
// A basic column without a defined width or height