Class: CopyrightFooter

Source Location: /CORE/system/classes/util/html/CopyrightFooter.php

Class CopyrightFooter

Class Overview

This prints the BIGACE copyright footer.

This uses the CSS Classes:

  • CopyrightFooter
  • copyright
If you want to add a Copyright Footer to your Application or Layout simply add:
  1.  import('classes.util.html.CopyrightFooter');

NOTICE: I request you retain the full copyright notice below including the link to the BIGACE Homepage. This not only gives respect to the large amount of time given freely by the developer but also helps build interest, traffic and use of BIGACE. If you cannot (for good reason) retain the full copyright I request you at least leave in place the "Powered by" line, linked to http://sourceforge.net/projects/bigace/.

Located in /CORE/system/classes/util/html/CopyrightFooter.php [line 53]



		
				Author(s):
		
  • Kevin Papst
Information Tags:
Version:  $Id: CopyrightFooter.php,v 1.6 2008/04/22 22:43:06 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
static String   get()   Returns the HTML for the Copyright Footer.
static void   toString()   Prints the Copyright Footer to the Standard Out.

[ Top ]
Methods
static method get  [line 59]

  static String get( )

Returns the HTML for the Copyright Footer.


API Tags:
Return:  the HTML to use
Access:  public


[ Top ]
static method toString  [line 69]

  static void toString( )

Prints the Copyright Footer to the Standard Out.


API Tags:
Access:  public


[ Top ]