I am redefining mhonarc in order to use PrevPgLink (a link to the
previous page)
in spanish, therefore in my resource file I wrote:
<PrevPgLink chop>
[<A HREF="$PREVPG$">Página anterior</A>]
</PrevPgLink>
That works in general but not for the first page. I get
[Prev Page]
I didn't mention in my original post. My NEXTPGLINKIA and PREVPGLINKIA
are as follow:
<NEXTPGLINKIA chop>
[Próxima página]
</NEXTPGLINKIA>
<PREVPGLINKIA chop>
[Página anterior]
</PREVPGLINKIA>
Any Idea?
I tried it, and it worked for me. MHonArc version?
BTW, I have a similar problem using $LOCALDATE$
My definitions are:
<LOCALDATEFMT>
el %d de %b %b de %Y.
-----------^^^^^
Do you want %b twice.
</LOCALDATEFMT>
<MONTHSABR>
Ene:Feb:Mar:Abr:May:Jun:Jul:Aug:Sep:Oct:Nov:Dic
</MONTHSABR>
Trying removing the leading whitespace in the month list.
--ewh