Skip to content

Commit

Permalink
Harmonizing all page titles for plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
sizious committed Dec 29, 2020
1 parent 464b88a commit a9dfbeb
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion plugin/AD_Server/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: VAST</title>
<title><?php echo __("VAST"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
include $global['systemRootPath'] . 'plugin/AD_Server/index_head.php';
Expand Down
2 changes: 1 addition & 1 deletion plugin/API/info.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: API</title>
<title><?php echo __("API"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/Audit/page/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Audit</title>
<title><?php echo __("Audit"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/BlockonomicsYPT/invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Audit</title>
<title><?php echo __("Invoice"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/BulkEmbed/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Bulk Embed</title>
<title><?php echo __("Bulk Embed"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/CloneSite/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: VAST</title>
<title><?php echo __("Clone Site"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/CombineSites/page/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Combine Sites</title>
<title><?php echo __("Combine Sites"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/CustomizeAdvanced/confirmRating.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Confirm Rating</title>
<title><?php echo __("Confirm Rating"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/CustomizeUser/confirmVideoPassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Confirm Rating</title>
<title><?php echo __("Confirm Password"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/Live/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo __("Live"); ?> - <?php echo $config->getWebSiteTitle(); ?></title>
<title><?php echo __("Live"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<link href="<?php echo $global['webSiteRootURL']; ?>js/video.js/video-js.min.css" rel="stylesheet" type="text/css"/>
<link href="<?php echo $global['webSiteRootURL']; ?>css/player.css" rel="stylesheet" type="text/css"/>
<?php
Expand Down
2 changes: 1 addition & 1 deletion plugin/Live/view/Live_restreams/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Live</title>
<title><?php echo __("Live"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
include $global['systemRootPath'] . 'plugin/Live/view/{$classname}/index_head.php';
Expand Down
2 changes: 1 addition & 1 deletion plugin/Live/view/Live_servers/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Live</title>
<title><?php echo __("Live"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
include $global['systemRootPath'] . 'plugin/Live/View/{$classname}/index_head.php';
Expand Down
2 changes: 1 addition & 1 deletion plugin/Live/view/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Live</title>
<title><?php echo __("Live"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/Live/view/modeYoutubeLive.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $liveTitle; ?> - <?php echo __("Live Video"); ?> - <?php echo $config->getWebSiteTitle(); ?></title>
<title><?php echo $liveTitle; ?> :: <?php echo __("Live"); ?> - <?php echo $config->getWebSiteTitle(); ?></title>
<link href="<?php echo $global['webSiteRootURL']; ?>js/video.js/video-js.min.css" rel="stylesheet" type="text/css"/>
<link href="<?php echo $global['webSiteRootURL']; ?>css/player.css" rel="stylesheet" type="text/css"/>
<link href="<?php echo $global['webSiteRootURL']; ?>js/webui-popover/jquery.webui-popover.min.css" rel="stylesheet" type="text/css"/>
Expand Down
2 changes: 1 addition & 1 deletion plugin/LiveChat/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title>Live - <?php echo $config->getWebSiteTitle(); ?></title>
<title><?php echo __("Live Chat"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/LiveLinks/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Live Links</title>
<title><?php echo __("Live Links"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/LiveLinks/view/Live.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $t['title']; ?> - <?php echo __("Live Video"); ?> - <?php echo $config->getWebSiteTitle(); ?></title>
<title><?php echo $t['title']; ?> :: <?php echo __("Live Links"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<link href="<?php echo $global['webSiteRootURL']; ?>js/video.js/video-js.min.css" rel="stylesheet" type="text/css"/>
<link href="<?php echo $global['webSiteRootURL']; ?>js/videojs-contrib-ads/videojs.ads.css" rel="stylesheet" type="text/css"/>
<link href="<?php echo $global['webSiteRootURL']; ?>css/player.css" rel="stylesheet" type="text/css"/>
Expand Down
2 changes: 1 addition & 1 deletion plugin/LoginControl/View/Users_login_history/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: LoginControl</title>
<title><?php echo __("Login Control"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
include $global['systemRootPath'] . 'plugin/LoginControl/View/{$classname}/index_head.php';
Expand Down
2 changes: 1 addition & 1 deletion plugin/LoginControl/View/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: LoginControl</title>
<title><?php echo __("Login Control"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/Meet/View/Meet_join_log/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Meet</title>
<title><?php echo __("Meet"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
include $global['systemRootPath'] . 'plugin/Meet/View/{$classname}/index_head.php';
Expand Down
2 changes: 1 addition & 1 deletion plugin/Meet/View/Meet_schedule/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Meet</title>
<title><?php echo __("Meet"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
include $global['systemRootPath'] . 'plugin/Meet/View/{$classname}/index_head.php';
Expand Down
2 changes: 1 addition & 1 deletion plugin/Meet/View/Meet_schedule_has_users_groups/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Meet</title>
<title><?php echo __("Meet"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
include $global['systemRootPath'] . 'plugin/Meet/View/{$classname}/index_head.php';
Expand Down
2 changes: 1 addition & 1 deletion plugin/Meet/View/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Meet</title>
<title><?php echo __("Meet"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/Meet/checkServers.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo __("Check Meet Servers"); ?> - <?php echo $config->getWebSiteTitle(); ?></title>
<title><?php echo __("Check Meet Servers"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/Meet/confirmMeetPassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Confirm Meet Password</title>
<title><?php echo __("Confirm Meet Password"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/Meet/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo __("Meet"); ?> - <?php echo $config->getWebSiteTitle(); ?></title>
<title><?php echo __("Meet"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/Permissions/View/Users_groups_permissions/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Permissions</title>
<title><?php echo __("Permissions"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
include $global['systemRootPath'] . 'plugin/Permissions/View/{$classname}/index_head.php';
Expand Down
2 changes: 1 addition & 1 deletion plugin/Permissions/View/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Permissions</title>
<title><?php echo __("Permissions"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/PlayLists/View/Playlists_schedules/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: PlayLists</title>
<title><?php echo __("PlayLists"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
include $global['systemRootPath'] . 'plugin/PlayLists/View/{$classname}/index_head.php';
Expand Down
2 changes: 1 addition & 1 deletion plugin/PlayLists/View/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: PlayLists</title>
<title><?php echo __("PlayLists"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/PlayLists/epg.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title>EPG :: <?php echo $config->getWebSiteTitle(); ?></title>
<title><?php echo __("EPG"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php include $global['systemRootPath'] . 'view/include/head.php'; ?>
</head>

Expand Down
2 changes: 1 addition & 1 deletion plugin/PlayerSkins/playerSample.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="view/img/favicon.ico">
<title><?php echo $config->getWebSiteTitle(); ?> :: Player Sample</title>
<title><?php echo __("Player Sample"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<link href="<?php echo $global['webSiteRootURL']; ?>view/bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css"/>
<link href="<?php echo $global['webSiteRootURL']; ?>view/js/video.js/video-js.min.css" rel="stylesheet" type="text/css"/>
<link href="<?php echo $global['webSiteRootURL']; ?>view/css/player.css" rel="stylesheet" type="text/css"/>
Expand Down
2 changes: 1 addition & 1 deletion plugin/PredefinedCategory/page/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Predefined Category</title>
<title><?php echo __("Predefined Category"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/StripeYPT/listSubscriptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Stripe Subscription</title>
<title><?php echo __("Stripe Subscription"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/TopMenu/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: <?php echo $menuItem->getTitle(); ?></title>
<title><?php echo $menuItem->getTitle(); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/TopMenu/page/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Top Menu</title>
<title><?php echo __("Top Menu"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/VideoLogoOverlay/page/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Customize</title>
<title><?php echo __("Customize"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/VideoTags/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: Tags</title>
<title><?php echo __("Tags"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/WWBN/page/info.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: WWBN</title>
<title><?php echo __("WWBN"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/WWBN/page/wwbn_signup.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: WWBN</title>
<title><?php echo __("WWBN"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/YPTWallet/view/addFunds.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title>Add Funds</title>
<title><?php echo __("Add Funds"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/YPTWallet/view/adminManageWallets.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title>Support Author</title>
<title><?php echo __("Support Author"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/YPTWallet/view/configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title>Add Funds</title>
<title><?php echo __("Configuration"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
2 changes: 1 addition & 1 deletion plugin/YPTWallet/view/history.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title>Support Author</title>
<title><?php echo __("History"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down
Loading

0 comments on commit a9dfbeb

Please sign in to comment.