xx{ft_include file='modules_header.tpl'}
{ft_include file='messages.tpl'}
{$L.text_intro_para_1}
{$text_intro_para_2}
{if $pages|@count == 0}
{else}
{$pagination}
| {$LANG.word_id|upper} |
{$L.word_page} |
Page Type |
Who can Access? |
{$LANG.word_view|upper} |
|
|
{foreach from=$pages item=page name=row}
{assign var='index' value=$smarty.foreach.row.index}
{assign var='count' value=$smarty.foreach.row.iteration}
{assign var='page_id' value=$page.page_id}
| {$page_id} |
{$page.page_name} |
{if $page.content_type == "html"}
{$LANG.word_html}
{elseif $page.content_type == "php"}
{$L.word_php}
{elseif $page.content_type == "smarty"}
{$L.word_smarty}
{/if}
|
{if $page.access_type == 'admin'}
{$LANG.phrase_admin_only}
{elseif $page.access_type == 'public'}
{$LANG.word_public}
{elseif $page.access_type == 'private'}
{$LANG.word_private}
{/if}
|
{$LANG.word_view|upper} |
|
|
{/foreach}
{/if}
{ft_include file='modules_footer.tpl'}