Created
December 2, 2010 08:55
-
-
Save ideesimple/725008 to your computer and use it in GitHub Desktop.
stylesheets for only 1 resource (in snippet)
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 | |
$modx->regClientCSS('path/to/css/file'); | |
$modx->regClientStartupScript('path/to/js/file'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment