source: trunk/template/cclear/footer.tpl @ 854

Last change on this file since 854 was 854, checked in by plg, 19 years ago

(not in ChangeLog)

  • adds PHPWG_ROOT_PATH to form action in identification.php
  • adds link to home on identification.php
  • avoid using language_select and template_select in profile.php (maybe these functions becom obsolete)
  • [template cclear] new FORM class : properties. Used in identification, profile, register.
  • [template cclear] deletion of now useless DIV.formbox
  • [template cclear] footer update : link to phpwebgallery website and not pierrick email.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 583 bytes
Line 
1<div id="copyright">
2 <!-- BEGIN debug -->
3 {L_GEN_TIME} {debug.TIME} ({debug.NB_QUERIES} {L_SQL_QUERIES_IN} {debug.SQL_TIME}) -
4 <!-- END debug -->
5
6 <!-- Please, do not remove this copyright. If you really want to,
7          contact us on http://phpwebgallery.net to find a solution on how
8          to show the origin of the script...-->
9
10  {L_POWERED_BY} <a href="http://www.phpwebgallery.net" class="back">PhpWebGallery</a>
11  {VERSION} -
12
13  {L_SEND_MAIL}
14  <a href="mailto:{MAIL}?subject={L_TITLE_MAIL}">{L_WEBMASTER}</a>
15
16</div> <!-- copyright -->
17</div> <!-- the_page -->
18
19</body>
20</html>
Note: See TracBrowser for help on using the repository browser.