Add 'jot_tool' hook, plugins can add tool icons.
This commit is contained in:
		
					parent
					
						
							
								1f95ba5c34
							
						
					
				
			
			
				commit
				
					
						4a2c0fcc36
					
				
			
		
					 8 changed files with 54 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -79,6 +79,9 @@ function network_content(&$a, $update = 0) {
 | 
			
		|||
 | 
			
		||||
		$celeb = ((($a->user['page-flags'] == PAGE_SOAPBOX) || ($a->user['page-flags'] == PAGE_COMMUNITY)) ? true : false);
 | 
			
		||||
 | 
			
		||||
    $jotplugins = "";
 | 
			
		||||
    call_hooks('jot_tool', $jotplugins);
 | 
			
		||||
 | 
			
		||||
		$o .= replace_macros($tpl,array(
 | 
			
		||||
			'$return_path' => $a->cmd,
 | 
			
		||||
			'$baseurl' => $a->get_baseurl(),
 | 
			
		||||
| 
						 | 
				
			
			@ -87,7 +90,8 @@ function network_content(&$a, $update = 0) {
 | 
			
		|||
			'$lockstate' => $lockstate,
 | 
			
		||||
			'$acl' => populate_acl((($group) ? $group_acl : $a->user), $celeb),
 | 
			
		||||
			'$bang' => (($group) ? '!' : ''),
 | 
			
		||||
			'$profile_uid' => $_SESSION['uid']
 | 
			
		||||
			'$profile_uid' => $_SESSION['uid'],
 | 
			
		||||
			'$jotplugins' => $jotplugins
 | 
			
		||||
		));
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue