mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Template
* merge text-page-generic into list-page-generic
This commit is contained in:
@@ -91,7 +91,7 @@ class ScreenshotPage extends GenericPage
|
||||
header('Location: ?screenshot=thankyou&'.$this->destType.'.'.$this->destTypeId, true, 302);
|
||||
die();
|
||||
case 'thankyou':
|
||||
$this->tpl = 'text-page-generic';
|
||||
$this->tpl = 'list-page-generic';
|
||||
$this->handleThankyou();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user