« Previous -
Version 2/3
(diff) -
Next » -
Current version
vl, 05/17/2009 10:27 am
Render¶
This is a set of PHP function to render a web page using Ryzom style.
PHP Interface¶
ryzom_render_header()
¶
If you want to use ryzom_render_window
, you must call this function in the <head> of your webpage. This function will include the html code necessary to render correctly a Ryzom window.
ryzom_render_window($title, $content)
¶
Get a title
and a content
string and render it in a Ryzom style window.
ryzom_render_header_www()
¶
If you want to use ryzom_render_www
, you must call this function in the <head> of your webpage. This function will include the html code necessary to render correctly.
ryzom_render_www($content)
¶
Call this in the <body> with your content
and it'll render the page like the www.ryzom.com style (atys background, flags for languages, Ryzom logo on the right...).