Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 0.19 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?php
  2. $theme = PageTheme::getByHandle($handle)
  3. $path = $theme->getThemeDirectory()
  4. ?>
  5. <!-- put that near the top-->
  6.  
  7. <img src="<?=$path ?>/images/angry.gif" />
  8. <!-- displays image -->