Changeset 1069 for trunk/htdocs/common/common.php
- Timestamp:
- 2012-07-28T17:53:31+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/htdocs/common/common.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/common/common.php
r1068 r1069 45 45 foreach (array( 46 46 "http://xcache.lighttpd.net/" => "XCache", 47 "http://xcache.lighttpd.net/wiki/DocTOC" => _("Document"), 48 "http://xcache.lighttpd.net/wiki/GetSupport" => _("Get Support"), 49 "https://groups.google.com/group/xcache/" => _("Discusson"), 47 50 "http://www.php.net/" => "PHP", 48 "http://www.lighttpd.net/" => "L IGHTTPD",51 "http://www.lighttpd.net/" => "Lighttpd", 49 52 ) as $url => $title) { 50 53 $html[] = sprintf('<a href="%s" target="_blank">%s</a>', $url, $title); … … 255 258 } 256 259 260 $strings = array(); 257 261 include(get_language_file("../common/common")); 258 262
Note: See TracChangeset
for help on using the changeset viewer.

