Multidoc Page 23 of 27

soo_if_multidoc_link

Usage

Conditional tag. Use to compare the current page’s up, next, or prev link to a specified ID or link type.

<txp:soo_if_multidoc_link>
    ...show if true...
<txp:else />
    ...show if false...
</txp:soo_if_multidoc_link>

Attributes

Examples

Use to suppress the “Prev” link if it is the Start page:

<txp:soo_if_multidoc_link rel="prev" link_type="start">
<txp:else />
<txp:soo_multidoc_link rel="prev" />
</txp:soo_if_multidoc_link>