Skip to content

Instantly share code, notes, and snippets.

@chasingmaxwell
Last active August 29, 2015 14:10
Show Gist options
  • Save chasingmaxwell/5a798f7457056f1438c6 to your computer and use it in GitHub Desktop.
Save chasingmaxwell/5a798f7457056f1438c6 to your computer and use it in GitHub Desktop.
test--template.tpl.php
<?php
/**
* @file
* Test file for phpcs.
*/
?>
<?php if (!empty($actions)): ?>
<ul class="action-links">
<?php print render($actions); ?>
</ul>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment