Hi
I have been able to construct a site using phpwesite
successfully.
Now I want to add a module (Student Administration) to
the site. According to the help of the documentation
provided with the "Layout" module, I have put the
output my module into
$GLOBALS["CNT_useradmin_main"]["content"] after
declaring it
$GLOBALS["CNT_useradmin_main"] = array("title" =>
"Login",
"content" => null);
The conf/layout.php file looks as follows
<?php
$layout_info[] = array (
"content_var"=>"CNT_useradmin_main",
"transfer_var"=>"body",
"home_only"=>0
);
?>
But still the module part is not visible.
Could someone help?
Regards
Nick
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|