2
hi'
You have to edit theme.html, header part
le="color: #000000"><?php <!-- Header --> <table cellspacing="0" class="main" align="center"> <tr> <td id="headerbarleft">EMPTY CELL</td> <td id="headerbarcenter"><a href="<{xoAppUrl /}>"><img src="<{xoImgUrl img/logo.jpg}>" alt="" border="0" /></a></td> <td id="headerbarright">EMPTY CELL</td> </tr> <tr> <td colspan="3"> <table cellspacing="0" id="topMenu" > <tr> <td><a href="<{xoAppUrl /}>">home</a></td> <td><a href="<{xoAppUrl /modules/news}>">news</a></td> <td><a href="<{xoAppUrl /modules/article}>">articles</a></td> <td><a href="<{xoAppUrl /modules/newbb}>">forum</a></td> <td><a href="<{xoAppUrl /modules/extgallery}>">gallery</a></td> <td><a href="<{xoAppUrl /modules/extcal}>">events</a></td> <td><a href="<{xoAppUrl /modules/formulaire}>">contact</a></td> </tr> </table> </td> </tr> <tr> <td colspan="3" id="userSection"><{$smarty.now|date_format:"%A, %B %e, %Y"}> | <{if $xoops_isuser}> Hello <a href="<{xoAppUrl /user.php}>"><{$xoops_uname}></a> | <a href="<{xoAppUrl /user.php?op=logout}>">logout</a> <{else}> <a href="<{xoAppUrl /user.php}>">Login</a> <{/if}> </td> </tr> </table>
Like this (not tested)
le="color: #000000"><?php <!-- Header --> <table cellspacing="0" class="main" align="center"> <tr> <td id="headerbarcenter"><a href="<{xoAppUrl /}>"><img src="<{xoImgUrl img/logo.jpg}>" alt="" border="0" /></a></td> </tr> <tr> <td> <table cellspacing="0" id="topMenu" > <tr> <td><a href="<{xoAppUrl /}>">home</a></td> <td><a href="<{xoAppUrl /modules/news}>">news</a></td> <td><a href="<{xoAppUrl /modules/article}>">articles</a></td> <td><a href="<{xoAppUrl /modules/newbb}>">forum</a></td> <td><a href="<{xoAppUrl /modules/extgallery}>">gallery</a></td> <td><a href="<{xoAppUrl /modules/extcal}>">events</a></td> <td><a href="<{xoAppUrl /modules/formulaire}>">contact</a></td> </tr> </table> </td> </tr> <tr> <td id="userSection"><{$smarty.now|date_format:"%A, %B %e, %Y"}> | <{if $xoops_isuser}> Hello <a href="<{xoAppUrl /user.php}>"><{$xoops_uname}></a> | <a href="<{xoAppUrl /user.php?op=logout}>">logout</a> <{else}> <a href="<{xoAppUrl /user.php}>">Login</a> <{/if}> </td> </tr> </table>