This commit is contained in:
Yarmo Mackenbach 2020-06-21 00:46:48 +02:00
parent 179de5bba2
commit f5acb6dbaa

View File

@ -167,7 +167,7 @@ if ($match['name'] == 'vinyl') {
$variables['title'] = 'Vinyl — '.$basetitle; $variables['title'] = 'Vinyl — '.$basetitle;
} }
// If we are dealing with Albu m Of The Week // If we are dealing with Album Of The Week
if ($match['name'] == 'aotw') { if ($match['name'] == 'aotw') {
$variables['albums'] = getAOTW(); $variables['albums'] = getAOTW();
$variables['title'] = 'Album Of The Week — '.$basetitle; $variables['title'] = 'Album Of The Week — '.$basetitle;