mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-02 11:32:52 +02:00
merge -c2923 from trunk to branch 2.0.
- Add a "Bound Template" column for template extensions. git-svn-id: http://piwigo.org/svn/branches/2.0@2924 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -186,11 +186,13 @@ class Template {
|
||||
{
|
||||
$handle = $value[0];
|
||||
$param = $value[1];
|
||||
$tpl = $value[2];
|
||||
}
|
||||
elseif (is_string($value))
|
||||
{
|
||||
$handle = $value;
|
||||
$param = 'N/A';
|
||||
$tpl = 'N/A';
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -198,6 +200,7 @@ class Template {
|
||||
}
|
||||
|
||||
if ((stripos(implode('/',array_flip($_GET)), $param) > 0 or $param == 'N/A')
|
||||
and (preg_match('/'.preg_quote($tpl,'/').'$/', $this->get_template_dir()) or $tpl == 'N/A')
|
||||
and (!isset($this->extents[$handle]) or $overwrite)
|
||||
and file_exists($dir . $filename))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user