|
20 | 20 |
|
21 | 21 | <!-- Grab Google CDN's jQuery. fall back to local if necessary --> |
22 | 22 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> |
23 | | - <script>!window.jQuery && document.write('<script src="<?= $GLOBALS["TEMPLATE_RELATIVE_URL"] ?>html5-boilerplate/js/jquery-1.4.2.min.js"><\/script>')</script> |
| 23 | + <script>!window.jQuery && document.write('<script src="<?phpecho $GLOBALS["TEMPLATE_RELATIVE_URL"] ?>html5-boilerplate/js/jquery-1.4.2.min.js"><\/script>')</script> |
24 | 24 |
|
25 | 25 |
|
26 | | - <?= versioned_javascript($GLOBALS["TEMPLATE_RELATIVE_URL"]."html5-boilerplate/js/plugins.js") ?> |
27 | | - <?= versioned_javascript($GLOBALS["TEMPLATE_RELATIVE_URL"]."html5-boilerplate/js/script.js") ?> |
| 26 | + <?php versioned_javascript($GLOBALS["TEMPLATE_RELATIVE_URL"]."html5-boilerplate/js/plugins.js") ?> |
| 27 | + <?php versioned_javascript($GLOBALS["TEMPLATE_RELATIVE_URL"]."html5-boilerplate/js/script.js") ?> |
28 | 28 |
|
29 | 29 |
|
30 | 30 | <!--[if lt IE 7 ]> |
31 | | - <?= versioned_javascript($GLOBALS["TEMPLATE_RELATIVE_URL"]."html5-boilerplate/js/dd_belatedpng.js") ?> |
| 31 | + <?php versioned_javascript($GLOBALS["TEMPLATE_RELATIVE_URL"]."html5-boilerplate/js/dd_belatedpng.js") ?> |
32 | 32 | <![endif]--> |
33 | 33 |
|
34 | 34 |
|
35 | 35 | <!-- yui profiler and profileviewer - remove for production --> |
36 | | - <!-- <?= versioned_javascript($GLOBALS["TEMPLATE_RELATIVE_URL"]."html5-boilerplate/js/profiling/yahoo-profiling.min.js") ?> |
37 | | - <?= versioned_javascript($GLOBALS["TEMPLATE_RELATIVE_URL"]."html5-boilerplate/js/profiling/config.js") ?> --> |
| 36 | + <!-- <?php versioned_javascript($GLOBALS["TEMPLATE_RELATIVE_URL"]."html5-boilerplate/js/profiling/yahoo-profiling.min.js") ?> |
| 37 | + <?php versioned_javascript($GLOBALS["TEMPLATE_RELATIVE_URL"]."html5-boilerplate/js/profiling/config.js") ?> --> |
38 | 38 | <!-- end profiling code --> |
39 | 39 |
|
40 | 40 |
|
|
0 commit comments