[Scummvm-cvs-logs] CVS: web/include html.php,1.9,1.10
Max Horn
fingolfin at users.sourceforge.net
Sun Oct 12 16:51:05 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: web/include html.php,1.8,1.9 sidebar.php,1.15,1.16
- Next message: [Scummvm-cvs-logs] CVS: web/docs/specs aary.php,1.2,1.3 char.php,1.1,1.2 glossary.php,1.2,1.3 index.php,1.2,1.3 introduction.php,1.5,1.6 scrp-v5.php,1.2,1.3 scrp-v6.php,1.3,1.4 scrp.php,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/web/include
In directory sc8-pr-cvs1:/tmp/cvs-serv22041/include
Modified Files:
html.php
Log Message:
nicer copyright text (although I think it could be done better, but hey, I am not a designer :-)
Index: html.php
===================================================================
RCS file: /cvsroot/scummvm/web/include/html.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- html.php 12 Oct 2003 23:31:07 -0000 1.9
+++ html.php 12 Oct 2003 23:50:36 -0000 1.10
@@ -334,25 +334,6 @@
return $text;
}
-function html_format_msg ($text = "")
-{
- $arr = explode("\n",$text);
- while (list($c,$val) = each($arr))
- {
- if (ereg("^>",$val))
- {
- $arr[$c] = "<font color=#666666>".htmlspecialchars($val)."</font>";
- }
- else
- {
- $arr[$c] = htmlspecialchars($val);
- }
- }
- $text = html_urlify($text);
- $text = implode("<br>\n",$arr);
- return $text;
-}
-
// url-ify urls
function html_urlify ($text)
{
@@ -423,11 +404,11 @@
<div class="copyright">
LucasArts, Monkey Island, Maniac Mansion, Full Throttle,
-<br>The Dig, LOOM, and probably lots of other things are
-<br>registered trademarks of <a href="http://www.lucasarts.com" class="copyright">LucasArts, Inc.</a>.
-<br>All other trademarks and registered trademarks are
-<br>owned by their respective companies.
-<br>ScummVM is not affiliated in any way with LucasArts, Inc.
+The Dig, LOOM, and probably lots of other things are
+registered trademarks of <a href="http://www.lucasarts.com">LucasArts, Inc.</a>.
+All other trademarks and registered trademarks are
+owned by their respective companies.
+ScummVM is not affiliated in any way with LucasArts, Inc.
</div>
</body>
- Previous message: [Scummvm-cvs-logs] CVS: web/include html.php,1.8,1.9 sidebar.php,1.15,1.16
- Next message: [Scummvm-cvs-logs] CVS: web/docs/specs aary.php,1.2,1.3 char.php,1.1,1.2 glossary.php,1.2,1.3 index.php,1.2,1.3 introduction.php,1.5,1.6 scrp-v5.php,1.2,1.3 scrp-v6.php,1.3,1.4 scrp.php,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list