I was told that this topic would be suited for this area:
I have a few php pages that I can not get to work in CMS..
So, I have to link "out of" the cms just for those pages...
I want to keep the same layout and look and feel...
But that means that the "Search" Block is part of my layout and all I am just trying to do is get it to layout right Outside of the CMS.
I am not trying to "search" outside of the CMS - I am just trying to get the layout to work outside of the CMS...
http://www.alsipnursery.com/alist_customer_TEST.php
Look at the top left - that is where I need the "Search Box" to appear.. but of the search code is unique to CMS it looses the formatting outside of the CMS system.
It should look like this template:
http://www.alsipnursery.com/site/index. ... -list (top left of template - you will see the search box)
Anyone have any ideas??
Keeping Template Layout Looking the Same Outside of CMS -
Re: Keeping Template Layout Looking the Same Outside of CMS -
You will need to go to the page that has search working and look at the source view and copy the search part and paste it into the other template, you have smarty tags for search in it now and as you can see w/o the smarty engine it just shows up as text...