Skip to content

Instantly share code, notes, and snippets.

@briward
Created November 20, 2015 19:21
Show Gist options
  • Save briward/f6dae4815af91350ca1e to your computer and use it in GitHub Desktop.
Save briward/f6dae4815af91350ca1e to your computer and use it in GitHub Desktop.
<?php
function ds_article_small() {
return array(
'label' => t('Article Small'),
'regions' => array(
'left' => t('Left'),
'right' => t('Right'),
)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment