FrontPageViewTemplate

02 May 2019 - 20:32 | Version 1 |

%{
}%
%TMPL:INCLUDE{"Applications.ClassificationApp.SeoTopicView"}%
%{
}%

%{
}%
%TMPL:DEF{"revinfo"}%%TMPL:END%
%TMPL:DEF{"beforetext"}%%TMPL:END%
%TMPL:DEF{"bodyclass"}%%TMPL:PREV% blogFrontPage%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"text"}%%CLEAR%
%DBCALL{
  "Applications.BlogApp.RenderBlogEntries"
  CAT="%URLPARAM{"catname"}%"
  SKIP="%URLPARAM{"skip" default="0"}%"
  STICKY="%IF{"$'URLPARAM{skip}'" then="disabled" else="frontpage"}%"
  NOSTICKY=""
  ONLYTEASER="%ONLYTEASER%"
}%%DBCALL{
  "Applications.BlogApp.RenderBlogEntries"
  CAT="%URLPARAM{"catname"}%"
  LIMIT="%URLPARAM{"limit" default="5"}%"
  SKIP="%URLPARAM{"skip" default="0"}%"
  NOSTICKY="frontpage"
  STICKY=""
  ONLYTEASER="%ONLYTEASER%"
}%%ADDTOZONE{"head" 
  id="BLOGPLUGIN::CSS" 
  text="<link rel='stylesheet' href='%PUBURLPATH%/%SYSTEMWEB%/BlogPlugin/blogplugin.css'  media='all' />" 
}%%JQREQUIRE{"hyphenator" warn="off"}%<!-- -->%TMPL:END%
%{
}%