Skip to content

Instantly share code, notes, and snippets.

@djdonovan
Created November 25, 2009 16:09
Show Gist options
  • Save djdonovan/242812 to your computer and use it in GitHub Desktop.
Save djdonovan/242812 to your computer and use it in GitHub Desktop.
<?php echo '<?xml version="1.0" encoding="iso-8859-1"?>
<test
css="test.css"
>
<!--
Fonts:
-->
<config>
<audio src="flashassets/swf/externalsounds.swf" />
</config>
<images>
<img src="flashassets/images/slideshow/' . $user . '.jpg" />
<img src="flashassets/images/slideshow/2.jpg" />
<img src="flashassets/images/slideshow/3.jpg" />
</images>
</test>'; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment