At different pages throughout the MOD the Index looks like this:
Forum Index >> >> Public Album
In some cases where it should say Album it is blank. Other times it does say Album, but at all times the Album link just takes me back to the index page.
Here is the code:
- <table width="98%" align="center" cellspacing="1" cellpadding="2" border="0">
- <tr>
- <td>
- <span class="nav">
- <a href="{U_INDEX}" class="nav">{L_INDEX}</a>{NAV_SEP}
- <a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>
- {NAV_CAT_DESC}
- </span>
- </td>
I know that the problem is both the U_ALBUM and the L_ALBUM, but I don't know where the fixes happen.