#Drupal 7 Theming Snippets By Andreas Vejnø Andersen – vejnoe.dk
##Image node.tpl.php
<?php print $node_url; ?>
| drush php-eval 'node_access_rebuild();' |
#Drupal 7 Theming Snippets By Andreas Vejnø Andersen – vejnoe.dk
##Image node.tpl.php
<?php print $node_url; ?>
| <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> |