Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify more php file names. #2338

Merged
merged 2 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion legacy/g/greek_polytonic/source/help/greek_polytonic.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$pagename = 'Greek Polytonic Basic (deprecated) Keyboard Help';
$pagetitle = 'Greek Polytonic Basic (deprecated) Keyboard Help';
$pagetitle = $pagename;
// Header we will tidy up later
require_once('header.php');

Expand Down
4 changes: 2 additions & 2 deletions legacy/kbd/kbdcz/source/help/kbdcz.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$pagename = 'Czech Basic Keyboard Help';
$pagetitle = 'Czech Basic Keyboard Help';
$pagename = 'Czech Basic (deprecated) Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion legacy/l/lushootseed_u/source/help/lushootseed_u.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$pagename = 'Lushootseed Unicode Keyboard Help';
$pagetitle = 'Lushootseed Unicode Keyboard Help';
$pagetitle = $pagename;
$pagestyle = <<<END
<!--
/* Font Definitions */
Expand Down
2 changes: 1 addition & 1 deletion legacy/m/malta/source/help/malta.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$pagename = 'Maltese Keyboard Help';
$pagename = 'Maltese/Esperanto Keyboard Help';
$pagetitle = $pagename;
// Header we will tidy up later
require_once('header.php');
Expand Down
4 changes: 2 additions & 2 deletions legacy/p/phoneticarabic/source/help/phoneticarabic.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$pagename = 'Arabic Phonetic Keyboard Help';
$pagetitle = 'Arabic Phonetic Keyboard Help';
$pagename = 'Arabic Phonetic (deprecated) Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>
<h1 style='margin-bottom: 2px'>Arabic Phonetic Keyboard - Preliminary (beta) Version</h1>
Expand Down
4 changes: 2 additions & 2 deletions release/b/bu_phonetic/source/help/bu_phonetic.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

Authors: Albert Bickford (SIL)
*/
$pagename = 'Bickford Unicode Phonetic Keyboard Help';
$pagetitle = 'Bickford Unicode Phonetic Keyboard Help';
$pagename = 'BU Phonetic Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>
<h1>The BU Phonetic Keyboarding System</h1>
Expand Down
2 changes: 1 addition & 1 deletion release/gff/gff_gurage/source/help/gff_gurage.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$pagename = "GFF Gurage";
$pagename = "GFF Gurage Keyboard Help";
$pagetitle = "The Geʾez Frontier Foundation Keyboard for the Gurage Language";
$pagestyle = <<<END
img.indented { text-indent: 10%}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$pagename = "GFF Gurage";
$pagename = "GFF Gurage (Legacy) Keyboard Help";
$pagetitle = "The Ge&rsquo;ez Frontier Foundation Keyboard for Ge&rsquo;ez Language";
$pagestyle = <<<END
img.indented { text-indent: 10%}
Expand Down