Created
June 6, 2011 11:24
-
-
Save favrik/1010090 to your computer and use it in GitHub Desktop.
Example view file with meta data in the initial php comments
This file contains 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
<?php | |
/* | |
Page Title: My DF holidays | |
Meta Keywords: df, holidays, mine | |
*/ | |
?> | |
<p> | |
This is some nice test content. | |
</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment