diff --git a/config.php b/config.php index 01bc9dc..b84f056 100644 --- a/config.php +++ b/config.php @@ -1,44 +1,45 @@ "https://blog.stadtlandnetz.de", ]; $menu_right = [ - 'Support ↗' => "http://localhost:3000/localhost?path=content&name=Wiki+3084aced05f749129552978d659ed9bc.html&id=3084aced05f749129552978d659ed9bc", + 'internal Item' => "/localhost?path=content%2FNotion2Web+373b5&name=02+The+N2W+0131e.html&id=0131e", 'Stadt.Land.Netz ↗' => "https://stadtlandnetz.de", - 'Third Item ↗' => "https://google.com", ]; $footer_menu_left = [ - 'Impressum ↗' => "http://localhost:3000/localhost?path=content&name=Wiki+3084aced05f749129552978d659ed9bc.html&id=3084aced05f749129552978d659ed9bc", - 'Datenschutz ↗' => "https://stadtlandnetz.de", + 'Imprint ↗' => "https://an-url.com", + 'Data privacy ↗' => "https://another-url.com", ]; $footer_menu_right = [ '↑' => "#top", ]; +// END OF CHANGEABLE THINGS + // set up templating engine -$smarty->setTemplateDir('app/templates'); +$smarty->setTemplateDir('app/themes'); $smarty->setConfigDir('app/smarty/config'); $smarty->setCompileDir('app/smarty/compile'); $smarty->setCacheDir('app/smarty/cache'); -// $smarty->testInstall(); ?>