
Wait, is that huge image list at left a module? A menu module? if it is, there you go...
Good luck

Panos wrote:
My friend, there is no such thing in the real world and that wouldn't stand in any court, in any country. There is no such thing as 'implicitly copyrighting' something.
...from GigaLaw® under a Fair Use premise (all copyrights owned by GigaLaw®):
(...)The way in which copyright protection is secured is frequently misunderstood. No publication or registration or other action in the Copyright Office is required to secure copyright. There are, however, certain definite advantages to registration.
Copyright is secured automatically when the work is created, and a work is "created" when it is fixed in a copy or phonorecord for the first time.(...)
$config_handler =& xoops_gethandler('config');
$xoopsConfigBare =& $config_handler->getConfigsByCat(XOOPS_CONF_BARE);
if ($xoopsConfigBare['bare_on'] != 1) {
redirect_header('index.php',3,_NOPERM);
exit();
}
$config_handler =& xoops_gethandler('config');
$xoopsConfigBare =& $config_handler->getConfigsByCat(XOOPS_CONF_BARE);
if ($xoopsConfigBare['bare_userinfo'] != 1) {
redirect_header('index.php',3,_NOPERM);
exit();
}
if ($xoopsConfigBare['bare_userinfo_all'] != 1) {
if ( !$xoopsUser ) {
redirect_header('index.php',3,_NOPERM);
exit();}
}
sim_suin wrote:
Have you visited Google directory,Amazon.com and Yahoo!?
Why do you think these famous sites convert URLs?
I do not know a correct answer because I am not intersted in SEO, but these sites know the answer.
©2005 Google
Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor
From: <vresnev@gm...>
XOOPS for Debian
2005-01-14 08:07
Hi
I have finish packing XOOPS for Debian.
You can download it from:
http://www.vmxt.com/debian/
I will appreciate your feedback.
Also, I have a question: You (developers) support XOOPS installed in apache2 ?
Just to know if I can a dependency in the package. I mean, the package
will depend on apache or apache2.
Thanks in advance.
--
"Libertad es aún la idea más radical de todas."
---Nathaniel Branden