You've already forked bryanpedini.it_old
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user