Index: trunk/wb/modules/htmlarea/htmlarea/popups/insert_image.php
===================================================================
--- trunk/wb/modules/htmlarea/htmlarea/popups/insert_image.php	(revision 73)
+++ trunk/wb/modules/htmlarea/htmlarea/popups/insert_image.php	(revision 74)
@@ -31,7 +31,7 @@
 $admin = new admin('Pages', 'pages_modify', false);
 
 // Setup the template
-$template = new Template(WB_PATH.'/include/htmlarea/popups');
+$template = new Template(WB_PATH.'/modules/htmlarea/htmlarea/popups');
 $template->set_file('page', 'insert_image.html');
 $template->set_block('page', 'main_block', 'main');
 
Index: trunk/wb/modules/htmlarea/htmlarea/popups/link.html
===================================================================
--- trunk/wb/modules/htmlarea/htmlarea/popups/link.html	(revision 73)
+++ trunk/wb/modules/htmlarea/htmlarea/popups/link.html	(revision 74)
@@ -203,7 +203,7 @@
 			}
 			</style>
 			
-			<iframe src="{WB_URL}/include/htmlarea/popups/list_media.php?folder={DIRECTORY}&popup={POPUP}" style="width: 245px; height: 320px;"></iframe>
+			<iframe src="{WB_URL}/modules/htmlarea/htmlarea/popups/list_media.php?folder={DIRECTORY}&popup={POPUP}" style="width: 245px; height: 320px;"></iframe>
 			
 		</form>
 		
Index: trunk/wb/modules/htmlarea/htmlarea/popups/insert_image.html
===================================================================
--- trunk/wb/modules/htmlarea/htmlarea/popups/insert_image.html	(revision 73)
+++ trunk/wb/modules/htmlarea/htmlarea/popups/insert_image.html	(revision 74)
@@ -135,7 +135,7 @@
 			}
 			</style>
 			
-			<iframe src="{WB_URL}/include/htmlarea/popups/list_media.php?folder={DIRECTORY}&popup={POPUP}" style="width: 245px; height: 320px;"></iframe>
+			<iframe src="{WB_URL}/modules/htmlarea/htmlarea/popups/list_media.php?folder={DIRECTORY}&popup={POPUP}" style="width: 245px; height: 320px;"></iframe>
 			
 		</form>
 		
