process_pagedata tag

   Purpose

This plugin will process the data in the "pagedata" block of content pages through smarty. It allows you to specify page specific data to smarty without changing the template for each page.

   How to use?

  • Insert smarty assign variables and other smarty logic into the pagedata field of some of your content pages.
  • Insert the {process_pagedata} tag into the very top of your page template.

   Available parameters

  • assign - Assign the results to a smarty variable with that name.

   Syntax examples

{strip}
   {process_pagedata}
{/strip}<!DOCTYPE html...