POSTS ON GROUP PAGES #155

Merged
11319801 merged 10 commits from kevin-prototype into master 2017-01-30 15:41:07 +01:00
Showing only changes of commit 282875c6a2 - Show all commits

View File

@@ -12,7 +12,7 @@ function messagePage(string $content) {
</head> </head>
<body> <body>
<div class='password-change'> <div class='password-change'>
<div class='top-logo'><a href='../login.php'><img src='../img/top-logo.png' alt='MyHyvesbook+'/></a></div> <div class='top-logo'><a href='../index.php'><img src='../img/top-logo.png' alt='MyHyvesbook+'/></a></div>
<div class='item-box platform'>$content</div> <div class='item-box platform'>$content</div>
</div> </div>
</body> </body>