[Fusionforge-commits] r11554 - trunk/src/www/include
Franck VILLAUME
nerville at libremir.placard.fr.eu.org
Wed Nov 17 10:47:37 CET 2010
Author: nerville
Date: 2010-11-17 10:47:37 +0100 (Wed, 17 Nov 2010)
New Revision: 11554
Modified:
trunk/src/www/include/Layout.class.php
Log:
remove deprecated headerLink
Modified: trunk/src/www/include/Layout.class.php
===================================================================
--- trunk/src/www/include/Layout.class.php 2010-11-16 20:10:51 UTC (rev 11553)
+++ trunk/src/www/include/Layout.class.php 2010-11-17 09:47:37 UTC (rev 11554)
@@ -266,17 +266,6 @@
}
/**
- * headerLink() - creates the link headers of the page (FavIcon, RSS and Search)
- * @deprecated deprecated since 4.9, use the individual header-functions
- * @todo remove in 5.0
- */
- function headerLink() {
- $this->headerFavIcon();
- $this->headerRSS();
- $this->headerSearch();
- }
-
- /**
* headerHTMLDeclaration() - generates the HTML declaration, i.e. the
* XML declaration, the doctype definition, and the opening <html>.
*
More information about the Fusionforge-commits
mailing list