asdf
This commit is contained in:
		@@ -70,7 +70,6 @@ if(preg_match($page_regex, $page_data, $matches)){
 | 
				
			|||||||
else{
 | 
					else{
 | 
				
			||||||
    $page_name = ucfirst($page);
 | 
					    $page_name = ucfirst($page);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
print_r($matches);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
$output = str_replace('<template name="page name">', $page_name, $output);
 | 
					$output = str_replace('<template name="page name">', $page_name, $output);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user