13 lines
257 B
Smarty
Executable file
13 lines
257 B
Smarty
Executable file
{*Smarty template*}
|
|
|
|
{if $searchForm}
|
|
{include file="library/searchForm.tpl"}
|
|
{/if}
|
|
|
|
{if $showSearchResults}
|
|
{include file="library/searchResults.tpl"}
|
|
{/if}
|
|
|
|
{if $browseForm}
|
|
{include file="library/browseForm.tpl"}
|
|
{/if}
|