these are long dead...

This commit is contained in:
Shish Moom
2009-07-07 07:53:00 -07:00
parent e0d72d5795
commit 6f85628482
4 changed files with 0 additions and 194 deletions

View File

@ -1,13 +0,0 @@
<?php
class NotesTheme extends Themelet {
public function display_notes(Page $page, $notes) {
$html = <<<EOD
<script type="text/javascript">
img = byId("main_image");
</script>
EOD;
$page->add_block(new Block(null, $html));
}
}
?>