| 25 | | <a href="#" <?php $this->pxyExample->RenderAsEvents('Baz'); ?>">Baz</a> | |
| 26 | | <a href="#" <?php $this->pxyExample->RenderAsEvents('Foo'); ?>">Foo</a> | |
| 27 | | <a href="#" <?php $this->pxyExample->RenderAsEvents('Blah'); ?>">Blah</a> | |
| 28 | | <a href="#" <?php $this->pxyExample->RenderAsEvents('Test'); ?>">Test</a> |
| | 25 | <a href="#" <?php $this->pxyExample->RenderAsEvents('Baz'); ?>>Baz</a> | |
| | 26 | <a href="#" <?php $this->pxyExample->RenderAsEvents('Foo'); ?>>Foo</a> | |
| | 27 | <a href="#" <?php $this->pxyExample->RenderAsEvents('Blah'); ?>>Blah</a> | |
| | 28 | <a href="#" <?php $this->pxyExample->RenderAsEvents('Test'); ?>>Test</a> |