Browse Source

support for other browsers

pull/40/head
Savetheinternet 13 years ago
parent
commit
5cfe5000a2
  1. 4
      templates/themes/frameset/theme.php

4
templates/themes/frameset/theme.php

@ -43,7 +43,7 @@
// Sidebar // Sidebar
. '<iframe src="sidebar.html" id="sidebar"></iframe>' . '<iframe src="sidebar.html" id="sidebar"></iframe>'
// Main // Main
. '<iframe src="news.html" id="main"></iframe>' . '<iframe src="news.html" id="main" name="main"></iframe>'
// Finish page // Finish page
. '</body></html>'; . '</body></html>';
} }
@ -131,4 +131,4 @@
} }
}; };
?> ?>

Loading…
Cancel
Save