diff options
Diffstat (limited to 'data/starthere/section.xsl')
-rw-r--r-- | data/starthere/section.xsl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/data/starthere/section.xsl b/data/starthere/section.xsl index 62bdcf598..fb19cded3 100644 --- a/data/starthere/section.xsl +++ b/data/starthere/section.xsl @@ -55,10 +55,16 @@ </xsl:template> <xsl:template match="action"> -<a href="action:{@id}?{@param}"> +<a href="start-here:{@id}?{@param}"> <xsl:apply-templates/> </a> </xsl:template> +<xsl:template match="smartbookmark"> +<a type="text/smartbookmark" href="{@normal}" rel="{@smart}" title="{@title}"> + <xsl:apply-templates/> +</a><br/> +</xsl:template> + </xsl:stylesheet> |