diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-03-09 03:37:56 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-03-09 03:37:56 +0000 |
commit | 81030a7ab40a481d6d8c93539162a4a035ea09d1 (patch) | |
tree | 69cf4d569a7185a000f896ca9e5a91020bb46b94 /template/yoga/index.tpl | |
parent | f266c3b4cb4dd517eb4ccf7aa4e5a46936e5ccff (diff) |
plugins only:
- fix in category_default.inc.php (action parameters were wrong if show_nb_comments was true)
- refactor actions and events in picture.php in order to give more flexibility to plugins
- added some variables in index.tpl (not used by pwg itself) to allow plugins to add their own content
git-svn-id: http://piwigo.org/svn/trunk@1882 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/index.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl index cb50158e8..1224e0bf2 100644 --- a/template/yoga/index.tpl +++ b/template/yoga/index.tpl @@ -41,6 +41,7 @@ <!-- BEGIN mode_created --> <li><a href="{mode_created.URL}" title="{lang:mode_created_hint}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/calendar_created.png" class="button" alt="{lang:mode_created_hint}"></a></li> <!-- END mode_created --> + {PLUGIN_INDEX_ACTIONS} </ul> <h2>{TITLE}</h2> @@ -62,6 +63,7 @@ </div> <!-- titrePage --> +{PLUGIN_INDEX_CONTENT_BEGIN} <!-- BEGIN calendar --> <!-- BEGIN navbar --> <div class="calendarBar"> @@ -104,5 +106,5 @@ </ul> <!-- END related_tags --> - +{PLUGIN_INDEX_CONTENT_END} </div> <!-- content --> |