mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 13:18:06 +00:00 
			
		
		
		
	add hook folderListSeparator
This commit is contained in:
		
							parent
							
								
									134718f711
								
							
						
					
					
						commit
						a79b43557f
					
				|  | @ -310,6 +310,10 @@ function folderSelected(id, name) { | |||
| 				} | ||||
| 			} | ||||
| 
 | ||||
| 			$txt = $this->callHook('folderListSeparator', $folder); | ||||
| 			if(is_string($txt)) | ||||
| 				echo $txt; | ||||
| 
 | ||||
| 			foreach($documents as $document) { | ||||
| 				$document->verifyLastestContentExpriry(); | ||||
| 				$txt = $this->callHook('documentListItem', $document, $previewer, 'viewfolder'); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann