mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Use APP_NAME and MAIL_FROM_ADDRESS in place of database settings and remove unused entries from site and settings table
This commit is contained in:
@@ -13,9 +13,9 @@ class TermsController extends BasePageController
|
||||
{
|
||||
$this->setPrefs();
|
||||
$title = 'Terms and Conditions';
|
||||
$meta_title = Settings::settingValue('site.main.title').' - Terms and conditions';
|
||||
$meta_title = config('app.name').' - Terms and conditions';
|
||||
$meta_keywords = 'terms,conditions';
|
||||
$meta_description = 'Terms and Conditions for '.Settings::settingValue('site.main.title');
|
||||
$meta_description = 'Terms and Conditions for '.config('app.name');
|
||||
|
||||
$content = $this->smarty->fetch($this->theme.'/terms.tpl');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user