[svn-commits] kpfleming: mantis/trunk r110 - in /mantis/trunk: ./ core/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue May 12 13:02:15 CDT 2009


Author: kpfleming
Date: Tue May 12 13:02:12 2009
New Revision: 110

URL: http://svn.asterisk.org/svn-view/thirdparty?view=rev&rev=110
Log:
change site title

Modified:
    mantis/trunk/config_defaults_inc.php
    mantis/trunk/core/html_api.php

Modified: mantis/trunk/config_defaults_inc.php
URL: http://svn.asterisk.org/svn-view/thirdparty/mantis/trunk/config_defaults_inc.php?view=diff&rev=110&r1=109&r2=110
==============================================================================
--- mantis/trunk/config_defaults_inc.php (original)
+++ mantis/trunk/config_defaults_inc.php Tue May 12 13:02:12 2009
@@ -466,7 +466,7 @@
 	###############################
 
 	# --- sitewide variables ----------
-	$g_window_title			= 'Digium Issue Tracker';	 # browser window title
+	$g_window_title			= 'Asterisk.org Issue Tracker';	 # browser window title
 	$g_page_title			= '';	 # title at top of html page (empty by default, since there is a logo now)
 
 	# --- advanced views --------------

Modified: mantis/trunk/core/html_api.php
URL: http://svn.asterisk.org/svn-view/thirdparty/mantis/trunk/core/html_api.php?view=diff&rev=110&r1=109&r2=110
==============================================================================
--- mantis/trunk/core/html_api.php (original)
+++ mantis/trunk/core/html_api.php Tue May 12 13:02:12 2009
@@ -317,7 +317,7 @@
 			}
 
 			echo '<div align="', $t_align, '">';
-			echo '<a href="https://issues.asterisk.org/" title="Digium Issue Tracker"><img border="0" alt="Mantis Bugtracker" src="images/Asterisk_logo.png" /></a>';
+			echo '<a href="https://issues.asterisk.org/" title="Asterisk.org Issue Tracker"><img border="0" alt="Mantis Bugtracker" src="images/Asterisk_logo.png" /></a>';
 			echo '</div>';
 		}
 	}




More information about the svn-commits mailing list