2
Hi dimitris_s,
I use the same theme for my website and I also made a few changes to the top bar.
Look in the source for the TABLE with id="welcome"
replace everything between
code goes here
with:
<tr>
<td class="side"><img src="<{$xoops_imageurl}>r-left.gif" width="8" height="26" alt="" />td>
<td align="left" valign="middle" class="center">
<{if $xoops_isuser}> <a href="<{$xoops_url}>">Homea> | <a href="<{$xoops_url}>/modules/myguestbook/">Guestbookboeka> | <a href="<{$xoops_url}>/modules/sitemap/">Sitemapa> | <a href="<{$xoops_url}>/search.php">Searcha><{else}>
<center class="styleToegang">
Register <a href="<{$xoops_url}>/register.php">HEREa> for a free account.
center>
<{/if}> <span class="right"> <{if $xoops_isadmin}> | <a href="<{$xoops_url}>/admin.php" target="_self">Admina><{else}><{/if}>span>td>
<td align="right" valign="middle" class="center"><span class="right"><a href="<{$xoops_url}>/modules/contact/">Contacta>span> <{if $xoops_isuser}><span class="center"> | span><a href="<{$xoops_url}>/user.php"><{$xoops_uname}>a><span class="right"> | <a href="<{$xoops_url}>/user.php?op=logout">Log out a> <{else}><{/if}>span>td>
<td class="side"><img src="<{$xoops_imageurl}>r-right.gif" width="8" height="26" alt="" />td>
tr>
This is an example of how I did it. You can add your own links.
Success!
...