diff --git a/config.php b/config.php index 769f08a..791dac6 100644 --- a/config.php +++ b/config.php @@ -1,4 +1,5 @@ github.com/mmk2410/Rangitaki'; +$blogfooter = 'Rangitaki ' . date("Y") . ' github.com/mmk2410/Rangitaki'; // This enables the optional rangitaki control center. Please read the documentation before you enable it. -$rcc= 'no'; +$rcc = 'no'; // Here you can disable and enable the navigation menu. Usefull if you have no subblogs and no home directory $nav_drawer = 'yes'; +// Set here the name of your theme. Read the documentation for more themes +$theme = 'material-light'; ?> diff --git a/index.php b/index.php index 106aa7c..2034da3 100644 --- a/index.php +++ b/index.php @@ -25,141 +25,152 @@ THE SOFTWARE. --> - + $getblog = filter_input(INPUT_GET, "blog"); + $getarticle = filter_input(INPUT_GET, "article"); + $gettag = filter_input(INPUT_GET, "tag"); + $url = "http://" . filter_input(INPUT_SERVER, "HTTP_HOST") . filter_input(INPUT_SERVER, "REQUEST_URI"); + ?> -
-