Created
October 7, 2013 09:14
-
-
Save ps-team/6864919 to your computer and use it in GitHub Desktop.
Registering any content to the head
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
''' Register any content to the head, whatever you pass in will be rendered out. | |
''' You could for example add a piece of script, a meta data reference or a stylesheet. | |
''' If the same key is used twice only the first key/script combination will be registered. | |
''' This ensures that you can call the routine multiple times without registering script multiple times. | |
Utilities.RegisterHeaderText("YourKey", "<meta http-equiv=""refresh"" content=""600"">") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment