sitedesign_list
Summary
DEPRECATED (Fetches the names of the currently used designs.)Usage
fetch( 'layout', 'sitedesign_list' )
Returns
An array of strings containing the design names.
Description
This function fetches the different designs that are used by the current siteaccess. The function returns an array of strings containing the names of the designs.
Examples
Example 1
{def $designs=fetch( 'layout', 'sitedesign_list' )} {foreach $designs as $design} {$design} <br /> {/foreach}
Outputs the names of the designs that are used by the current siteaccess.
Balazs Halasy (06/02/2004 12:36 pm)
Svitlana Shatokhina (24/10/2006 1:12 pm)
Comments
There are no comments.