mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
- 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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user