0
0

Almost finished the website - revision 1 obviously

Moved the entire title from the javascript to the PHP section,
finished almost all templates,
moved the footer on the main "template holder" page,
extended the session to three days instead of just one for no technical reasons,
added CHANGELOG,
added three background images
This commit is contained in:
Bryan Pedini
2019-01-20 00:06:11 +01:00
parent 0f24e8322b
commit ec496c7ce1
11 changed files with 201 additions and 41 deletions

View File

@@ -9,7 +9,7 @@
},
success: function (data) {
if ( data.status == 200 ) {
$('#page-title').html(data.pageTitle + " | Bryan Pedini");
$('#page-title').html(data.pageTitle);
$('#user-content').html(data.html);
}
else {