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
rel="up|next|prev"The link (relative to the current page) to checkid="integer"The Txp article ID to compare against the linklink_type="LinkType"The link type to compare against the link
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>

