From 2b1f30819ce1748061b1d3611a6e15a64573ccc5 Mon Sep 17 00:00:00 2001 From: vargenau Date: Wed, 23 Jun 2010 15:37:35 +0000 Subject: [PATCH] Remove unused functions addImageAlt, getImageAlt, calendarLink git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@7563 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/WikiTheme.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lib/WikiTheme.php b/lib/WikiTheme.php index 5390c6199..9f016c61b 100644 --- a/lib/WikiTheme.php +++ b/lib/WikiTheme.php @@ -696,7 +696,6 @@ class WikiTheme { // //////////////////////////////////////////////////////////////// var $_imageAliases = array(); - var $_imageAlt = array(); /** * @@ -710,13 +709,6 @@ class WikiTheme { $this->_imageAliases[$alias] = $image_name; } - function addImageAlt ($alias, $alt_text) { - $this->_imageAlt[$alias] = $alt_text; - } - function getImageAlt ($alias) { - return $this->_imageAlt[$alias]; - } - function getImageURL ($image) { $aliases = &$this->_imageAliases; @@ -1523,11 +1515,6 @@ else window.onload = downloadJSAtOnload;'); } } - function calendarLink($date = false) { - return $this->calendarBase() . SUBPAGE_SEPARATOR . - strftime("%Y-%m-%d", $date ? $date : time()); - } - function calendarBase() { static $UserCalPageTitle = false; global $request; -- 2.45.0