- Remove known_template function.

- Replace it by a modifier function: get_extent.

git-svn-id: http://piwigo.org/svn/trunk@2716 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2008-10-11 17:21:52 +00:00
parent 712b4e3d5c
commit a06bada6e8
2 changed files with 13 additions and 35 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
{if ( not empty($block->template) or not empty($block->raw_content) )}
<dl id="{$id}">
{if not empty($block->template)}
{known_template id=$id file=$block->template }
{include file=$block->template|@get_extent:$id }
{else}
{$block->raw_content|@default}
{/if}