mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	add new hooks rightContentPre and rightContentPost
This commit is contained in:
		
							parent
							
								
									3c473cd9b4
								
							
						
					
					
						commit
						ce7360f13b
					
				|  | @ -619,10 +619,11 @@ $('body').on('click', '.order-btn', function(ev) { | |||
| 			echo "</div>"; | ||||
| 		} | ||||
| 
 | ||||
| //		$this->folderList();
 | ||||
| 		echo $this->callHook('rightContentPre'); | ||||
| ?>
 | ||||
| 	<div class="ajax" data-view="ViewFolder" data-action="folderList" <?php echo ($folder ? "data-query=\"folderid=".$folder->getID()."&orderby=".$orderby."\"" : "") ?>></div>
 | ||||
| <?php | ||||
| 		echo $this->callHook('rightContentPost'); | ||||
| 		echo "</div>\n"; // End of right column div
 | ||||
| 		echo "</div>\n"; // End of div around left and right column
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann