summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2013-11-17 12:50:47 -0800
committerChristopher Smith <chris@jalakai.co.uk>2013-11-17 12:50:47 -0800
commit9464f316b5a199fe6921d52a51029d60f5e30ceb (patch)
tree44ac76b534e16cc736255ed49afe82a9cc812375 /inc/template.php
parentad72cb390239ebdbb57f05f2a3c95ad52f6285cd (diff)
parent13054fbf5e7e9dd2c2544a358603cd8f195f9996 (diff)
downloadrpg-9464f316b5a199fe6921d52a51029d60f5e30ceb.tar.gz
rpg-9464f316b5a199fe6921d52a51029d60f5e30ceb.tar.bz2
Merge pull request #406 from splitbrain/remove-deprecated-stuff
Remove deprecated stuff
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/inc/template.php b/inc/template.php
index 41f398016..60e178d1a 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -1694,18 +1694,6 @@ function tpl_includeFile($file) {
}
/**
- * Returns icon from data/media root directory if it exists, otherwise
- * the one in the template's image directory.
- *
- * @deprecated Use tpl_getMediaFile() instead
- * @author Anika Henke <anika@selfthinker.org>
- */
-function tpl_getFavicon($abs = false, $fileName = 'favicon.ico') {
- $look = array(":wiki:$fileName", ":$fileName", "images/$fileName");
- return tpl_getMediaFile($look, $abs);
-}
-
-/**
* Returns <link> tag for various icon types (favicon|mobile|generic)
*
* @author Anika Henke <anika@selfthinker.org>