diff --git a/index.php b/index.php index e1f0aaa..36af5d0 100644 --- a/index.php +++ b/index.php @@ -226,13 +226,32 @@ $slice = array_slice($videos, ($page - 1) * $per, $per); $activeFilterCount = ($keywordValue !== '') ? 1 : 0; $baseParams = ($rawKeyword !== '') ? ['q' => $rawKeyword] : []; +$headerTitles = [ + 'Moto Vlog', + 'Multiple Voices Log', + 'Multi-Version Log', + 'MultiVerse Log', + 'Miles & Views Log', + 'Moving Vistas Log', + 'Motorcycle Voyage Log', + 'Mapped Vagabond Log', + 'Mountain Valley Log', + 'Miles Versus Logic', + 'Motorcycle Voyage Log', + 'Mapped Vagabond Log', + 'Multiple Viewpoints Log', + 'Multiple Versions of Life', + 'Motion, Velocity & Luck', + 'Miles, Views & Life', +]; +$siteHeaderTitle = $headerTitles[array_rand($headerTitles)]; ?>
-