Ignore:
Timestamp:
11/17/08 10:25:51 (4 years ago)
Author:
WanWizard
Message:

update icyXmas skin header
added svn properties to all files, and svn:keywords to .php and .tpl files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/public/IcyXmas/php-files/themes/IcyXmas/templates/templates/_footer.tpl

    r1169 r2047  
    11{***************************************************************************} 
    2 {*                                                                         *} 
    3 {* ExiteCMS - template: footer.tpl                                         *} 
    4 {*                                                                         *} 
     2{* ExiteCMS Content Management System                                      *} 
    53{***************************************************************************} 
    6 {*                                                                         *} 
    7 {* Author: WanWizard <wanwizard@gmail.com>                                 *} 
    8 {*                                                                         *} 
    9 {* Revision History:                                                       *} 
    10 {* 2007-07-01 - WW - Initial version                                       *} 
    11 {*                                                                         *} 
     4{* Copyright 2006-2008 Exite BV, The Netherlands                           *} 
     5{* for support, please visit http://www.exitecms.org                       *} 
     6{*-------------------------------------------------------------------------*} 
     7{* Released under the terms & conditions of v2 of the GNU General Public   *} 
     8{* License. For details refer to the included gpl.txt file or visit        *} 
     9{* http://gnu.org                                                          *} 
     10{***************************************************************************} 
     11{* $Id:: _header.tpl 1996 2008-11-10 11:30:08Z WanWizard                  $*} 
     12{*-------------------------------------------------------------------------*} 
     13{* Last modified by $Author:: WanWizard                                   $*} 
     14{* Revision number $Rev:: 1996                                            $*} 
    1215{***************************************************************************} 
    1316{*                                                                         *} 
     
    2326                <tr> 
    2427                    <td> 
    25                         v.{$settings.version} <a href='http://exitecms.exite.eu' target='_blank'><img src='{$smarty.const.IMAGES}cms-logo-small.png' alt='' /></a> rev.{$settings.revision}<br /> 
     28                        v.{$settings.version} <a href='http://www.exitecms.org' target='_blank' title='ExiteCMS v7.2 ©2008 Exite BV'><img src='{$smarty.const.IMAGES}cms-logo-small.png' alt='' /></a> rev.{$settings.revision}<br /> 
    2629                        {$settings.counter} {if $settings.counter == 1}{$locale.140}{else}{$locale.141}{/if} 
    2730                    </td> 
    2831                </tr> 
    29                 {if $settings.siteurl != "http://www.pli-images.org/"} 
    3032                <tr> 
    3133                    <td> 
    3234                        <br /> 
    33                         The webserver needed {$_loadstats.time|string_format:"%01.3f"} sec. to process this page. Of that, the database engine needed {$_loadstats.querytime|string_format:"%01.3f"} sec. 
     35                        The webserver needed {$_loadstats.time|string_format:"%01.3f"} sec. to process this page. Of that, the MySQL v{$MySQLinfo} engine needed {$_loadstats.querytime|string_format:"%01.3f"} sec. 
    3436                    </td> 
    3537                </tr> 
     
    4648                </tr> 
    4749                {/if} 
    48                 {/if} 
    4950            </table> 
    5051        </td> 
Note: See TracChangeset for help on using the changeset viewer.