forked from Adleraci/adlerka.top
		
	test
This commit is contained in:
		@@ -22,7 +22,7 @@ function generateNavigation($static_page_dir, $protocol, $subdomain, $domain, $t
 | 
			
		||||
        $site_location = "$protocol$site_dir.$domain.$tld/$default_page";
 | 
			
		||||
        $navsite = str_replace("__CLASS__", $site_class, $navsite);
 | 
			
		||||
        $navsite = str_replace("__LOCATION__", $site_location, $navsite);
 | 
			
		||||
        $navsite = str_replace("__NAME__", $site_name.ucfirst(), $navsite);
 | 
			
		||||
        $navsite = str_replace("__NAME__", ucfirst($site_name), $navsite);
 | 
			
		||||
 | 
			
		||||
        if ($subdomain == $site_dir) {
 | 
			
		||||
            //this is the current page
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user