|
I’m trying to add a simple search to CMS! I have successfully done with for the lazzymonks blog.
It is giving me a blank page so I did a simple test. I added
<block type="cms/page" name="test" as="test" template="cms/test.phtml" />
to layout/catalogsearch.xml
and then i created cms/test.phtml and just put ‘hello world’.
in catalog/result.phtml i put
echo $this->getChildHtml(’test’) ;
then when i goto the search results page i get a blank page and no error.
Please advise!
|