/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/widgets/FooterNav.inc
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/widgets/FooterNav.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jonen, Fri Nov 14 21:31:40 2003 UTC revision 1.4 by jonen, Thu May 6 16:27:40 2004 UTC
# Line 254  class FooterNav extends BaseWidget { Line 254  class FooterNav extends BaseWidget {
254      function build_copyright_header() {      function build_copyright_header() {
255    
256          $span = html_span("trademark");          $span = html_span("trademark");
257          $string  = "Copyright @";          $string  = "Copyright ©";
258          $string .= $this->_date_string . ", ";          $string .= $this->_date_string . ", ";
259          $string .= $this->_company_name. ".  All Rights Reserved.  ";          $string .= $this->_company_name. ".  All Rights Reserved.  ";
260          $span->add( $string );          $span->add( $string );

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed