File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
?>
11
11
<html>
12
12
<head>
13
- <title><?php echo _ ('Gettext Multi-language website demo ' ); ?> </title>
13
+ <title><?php echo _ ('Gettext Multi-language website demo ' ); ?> </title>
14
14
</head>
15
15
<body>
16
- <h1><?php echo _ ('Gettext Multi-language website demo ' ); ?> </h1>
17
- <hr><br>
18
- <p><font color="#ff0000"><?php echo _ ('Hello world ' ); ?> </font></p>
16
+ <h1><?php echo _ ('Gettext Multi-language website demo ' ); ?> </h1>
17
+ <hr><br>
18
+ <p><font color="#ff0000"><?php echo _ ('Hello world ' ); ?> </font></p>
19
19
<br>
20
- <h3><?php echo _ ('language selection ' ); ?> </h3>
21
- <a href="setlang.php?lang=zh_TW"><?php echo _ ('Traditional Chinese ' ); ?> </a> <a href="setlang.php?lang=zh_CN"><?php echo _ ('Simplified Chinese ' ); ?> </a> <a href="setlang.php?lang=en_US"><?php echo _ ('English ' ); ?> </a>
20
+ <h3><?php echo _ ('language selection ' ); ?> </h3>
21
+ <a href="setlang.php?lang=zh_TW"><?php echo _ ('Traditional Chinese ' ); ?> </a> <a href="setlang.php?lang=zh_CN"><?php echo _ ('Simplified Chinese ' ); ?> </a> <a href="setlang.php?lang=en_US"><?php echo _ ('English ' ); ?> </a>
22
22
<br><br>
23
23
$_COOKIE["lang"]: <font color="#ff0000"><?php echo $ _COOKIE ["lang " ]; ?> </font>
24
24
<br><br><br><hr>
You can’t perform that action at this time.
0 commit comments