How do I get for example `` in a new page (like http://example.com/pages/test)? I put the code in "Codeblocks" but it doesn't seem to prosess the include command. echo ect. works though.
This can't work as the 404.php page is a full theme page that needs to be called via "page/404" or "index.php?p=404" to work correctly. Besides that it is an error page that does show nothing if there is no error...
Also including complete pages into another one will lead to heavy validation issues...
Try a snippet as the sidebar.php in the zenpage-default theme.
As long as the include is in one of your theme pages, you don't need to include the $_zp_themeroot variable. You should be able to reference it directly from the theme already. Removing that should make it easier to figure out.