Skip to content

Commit 6e2901f

Browse files
committed
More UI edits
1 parent 14827e2 commit 6e2901f

File tree

17 files changed

+48
-82
lines changed

17 files changed

+48
-82
lines changed

App/Views/admin/common/footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="pull-right hidden-xs">
33
<b>Version</b> 2.3.3
44
</div>
5-
<strong>Copyright &copy; 2021 <a href="../http://www.aymanelash.com">Ayman Elash</a>.</strong> All rights
5+
<strong>Copyright &copy; 2016 <a href="../http://www.aymanelash.com">Ayman Elash</a>.</strong> All rights
66
reserved.
77
</footer>
88
</div>

App/Views/blog/common/footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Footer -->
55
<footer>
66
<div class="copyrights">
7-
&copy;2021 My Blog All Rights Reserved
7+
&copy;2016 My Blog All Rights Reserved
88
</div>
99
<div class="social">
1010
<a href="#" class="facebook">

App/index.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?php
2+
// Entry Point / Entry Script file
3+
24

35
// white list routes
46

@@ -33,10 +35,6 @@
3335
});
3436
}
3537

36-
37-
38-
// Application Routes
39-
4038
// Admin Routes
4139
$app->route->add('/admin/login', 'Admin/Login');
4240
$app->route->add('/admin/login/submit', 'Admin/Login@submit', 'POST');

config.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<?php
2-
// Database configuration file. Check the connect() method in the Database.php Class
3-
4-
52

63
return [
74
'server' => 'localhost',

index.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
<?php
2-
// Entry Point / Entry Script
3-
42

53
date_default_timezone_set('Africa/Cairo');
64

7-
85
require __DIR__ . '/vendor/System/Application.php';
96
require __DIR__ . '/vendor/System/File.php';
107

118
use System\File;
129
use System\Application;
1310

14-
15-
16-
1711
$file = new File(__DIR__);
1812

1913
$app = Application::getInstance($file);
2014

21-
$app->run();
15+
$app->run();
3.43 KB
Loading
3.4 KB
Loading
6.29 KB
Loading
6.28 KB
Loading

public/blog/images/slides/1.jpg

36.3 KB
Loading

0 commit comments

Comments
 (0)