Use an i18n tool
This commit is contained in:
parent
e487438606
commit
16dec853f9
12 changed files with 662 additions and 97 deletions
|
@ -4,7 +4,7 @@
|
|||
<head>
|
||||
<meta name="description" content="Webpage description goes here" />
|
||||
<meta charset="utf-8">
|
||||
<title>Change_me</title>
|
||||
<title><?php echo L::title ?></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
|
@ -14,6 +14,6 @@
|
|||
<body>
|
||||
<div id="page-wrap">
|
||||
<div id="navbar">
|
||||
<a href="index.php">SimpleWordsCloud</a>
|
||||
<a href="index.php"><?php echo L::title ?></a>
|
||||
</div>
|
||||
<div class="container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue