Add MACRO display_explicit_feed
The explicit value for RSS feeds is yes or no versus Clean or Explicit used in the html pages.
This commit is contained in:
parent
af86b7114a
commit
dba0ec8485
@ -12,6 +12,9 @@
|
|||||||
<!--% display_choice(is_explicit, 'Explicit', 'Clean') %-->
|
<!--% display_choice(is_explicit, 'Explicit', 'Clean') %-->
|
||||||
<!--% END %-->
|
<!--% END %-->
|
||||||
|
|
||||||
|
<!--% MACRO display_explicit_feed(is_explicit) BLOCK %-->
|
||||||
|
<!--% display_choice(is_explicit, 'yes', 'no') %-->
|
||||||
|
<!--% END %-->
|
||||||
<!--% MACRO absolute_path(baseurl) BLOCK %-->
|
<!--% MACRO absolute_path(baseurl) BLOCK %-->
|
||||||
<!--% IF baseurl %-->./<!--% ELSE %-->/<!--% END %-->
|
<!--% IF baseurl %-->./<!--% ELSE %-->/<!--% END %-->
|
||||||
<!--% END %-->
|
<!--% END %-->
|
||||||
|
Loading…
Reference in New Issue
Block a user