Created
September 4, 2014 08:37
-
-
Save OnkelTem/fde3c512c13d989dd78d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function yourhrme_preprocess_node(&$vars) { | |
| $vars['content'] = 'this is my content'; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment