Skip to content

Commit

Permalink
Update Oage title
Browse files Browse the repository at this point in the history
  • Loading branch information
theamanshakya committed Sep 12, 2020
1 parent 7734a27 commit 2f87932
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chitragupta-dashboard/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="description" content="">
<meta name="author" content="">

<title>SB Admin 2 - Blank</title>
<title><?php echo $page_title ;?></title>

<!-- Custom fonts for this template-->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
Expand Down
5 changes: 4 additions & 1 deletion chitragupta-dashboard/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php include 'header.php' ?>

<?php
$page_title = "Dashboard : Chitragupta" ;
include 'header.php' ?>

<!-- Page Heading -->
<div class="d-sm-flex align-items-center justify-content-between mb-4">
Expand Down
2 changes: 1 addition & 1 deletion chitragupta-dashboard/portscan.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<?php include 'header.php' ?>
<?php $page_title = "Port scan : Chitragupta" ;include 'header.php' ?>


<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion chitragupta-dashboard/subdomain.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<?php include 'header.php' ?>
<?php $page_title = "Sub Domain : Chitragupta" ; include 'header.php' ?>


<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion chitragupta-dashboard/thirdparty.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<?php include 'header.php' ?>
<?php $page_title = "Third Party : Chitragupta" ; include 'header.php' ?>


<div class="row">
Expand Down

0 comments on commit 2f87932

Please sign in to comment.