eclectica
02-09-2006, 04:41 PM
I edited my adv_portal_moderation template to remove the slash in 5 lines because I was getting a double // after forum and the link was failing.
For example, all five of them were changed in a similar fashion, from this:
2="$vboptions[bburl]/$modcpdir/moderate.php?do=posts"
to this:
2="$vboptions[bburl]$modcpdir/moderate.php?do=posts"
Is this an error in the template that I fixed?
For example, all five of them were changed in a similar fashion, from this:
2="$vboptions[bburl]/$modcpdir/moderate.php?do=posts"
to this:
2="$vboptions[bburl]$modcpdir/moderate.php?do=posts"
Is this an error in the template that I fixed?