diff options
author | rub <rub@piwigo.org> | 2007-06-13 05:17:22 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-06-13 05:17:22 +0000 |
commit | 36e0f8a4b1d0234159dfd01cc3812aa3e65ee7f6 (patch) | |
tree | d87e5ac227752c8c0724dcdeef2971755b2a073f /template/yoga/footer.tpl | |
parent | 174417b8cfe43ef60ed8daf9c7657c1932eb35bb (diff) |
Enhancement for the plugin development:
o Add footer block
o Add useful triggers on template object
Merge branch-1_7 2034:2035 into BSF
git-svn-id: http://piwigo.org/svn/trunk@2036 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/footer.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/yoga/footer.tpl b/template/yoga/footer.tpl index d0f76f8ac..0a808428d 100644 --- a/template/yoga/footer.tpl +++ b/template/yoga/footer.tpl @@ -18,6 +18,9 @@ <!-- END contact --> </div> <!-- copyright --> +<!-- BEGIN footer_element --> +{footer_element.CONTENT} +<!-- END footer_element --> </div> <!-- the_page --> <!-- BEGIN debug --> |