I get this error:
- Code: Select all
Notice: Undefined variable: excerpt in .../wp-includes/deprecated.php on line 1733
And I the page display two images, one a thumbnail and one the original image it is meant to display.
It doesn't seem that any javascript apart from a few lines is included in the HTML source. Being that it seems the javascript isn't working I and I can't find any more than a few lines I am assuming the problem lies somewhere there.
The only javascript in the page is:
- Code: Select all
<script type="text/javascript">
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true
});
}
window.addEvent('domready',startGallery);
</script>
The actual page is here:
http://wearechangewa.com/2011/02/24/one ... cumentary/









