forked from friendica/friendica-addons
		
	rename App Methods
- rename get_baseurl() to getBaseURL()
This commit is contained in:
		
					parent
					
						
							
								cac6cbc235
							
						
					
				
			
			
				commit
				
					
						1454abfdb4
					
				
			
		
					 62 changed files with 523 additions and 523 deletions
				
			
		| 
						 | 
				
			
			@ -157,7 +157,7 @@ function randplace_settings(&$a,&$s) {
 | 
			
		|||
 | 
			
		||||
	/* Add our stylesheet to the page so we can make our settings look nice */
 | 
			
		||||
 | 
			
		||||
	$a->page['htmlhead'] .= '<link rel="stylesheet"  type="text/css" href="' . $a->get_baseurl() . '/addon/randplace/randplace.css' . '" media="all" />' . "\r\n";
 | 
			
		||||
	$a->page['htmlhead'] .= '<link rel="stylesheet"  type="text/css" href="' . $a->getBaseURL() . '/addon/randplace/randplace.css' . '" media="all" />' . "\r\n";
 | 
			
		||||
 | 
			
		||||
	/* Get the current state of our config variable */
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue