diff --git a/Components/Layout/TokenProcessor.vb b/Components/Layout/TokenProcessor.vb index f651b76..7579d71 100755 --- a/Components/Layout/TokenProcessor.vb +++ b/Components/Layout/TokenProcessor.vb @@ -299,6 +299,12 @@ Namespace Ventrian.NewsArticles objLiteral.Text = GetModuleLink("MyArticles", moduleContext) objPlaceHolder.Add(objLiteral) + Case "PORTALALIAS" + Dim objLiteral As New Literal + objLiteral.Text = PortalController.Instance.GetCurrentPortalSettings().PortalAlias.HTTPAlias + objPlaceHolder.Add(objLiteral) + + Case "RSSLATESTLINK" Dim objLiteral As New Literal Dim authorIDParam As String = "" diff --git a/Installs/NewsArticles.00.13.03.zip b/Installs/NewsArticles.00.13.03.zip new file mode 100644 index 0000000..b0eff25 Binary files /dev/null and b/Installs/NewsArticles.00.13.03.zip differ diff --git a/Templates/Standard/Menu.Item.html b/Templates/Standard/Menu.Item.html index fd0a277..c427273 100755 --- a/Templates/Standard/Menu.Item.html +++ b/Templates/Standard/Menu.Item.html @@ -1,4 +1,4 @@ - +
[ISSYNDICATIONENABLED]