Merge branch 'main' into allthebookmarks-com

This commit is contained in:
Joey Kimsey
2024-12-14 06:16:50 -05:00
44 changed files with 463 additions and 387 deletions

View File

@ -86,7 +86,7 @@ class Home extends Controller {
self::$title = 'Terms and Conditions - {SITENAME}';
self::$pageDescription = '{SITENAME} Terms and Conditions of use. Please use {SITENAME} safely.';
Components::set( 'TERMS', Views::simpleView( 'terms' ) );
Views::raw( '<div class="terms-page col-lg-8 mx-auto">{TERMS}</div>' );
Views::view( 'termsPage' );
}
public function about() {