aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimek <zimek@web>2010-05-16 13:50:15 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-05-16 13:50:15 +0000
commit87c4b603c3095033f27a3bfadcafd385fb318d76 (patch)
treefbb1a502e6af30f479c0533cfe0ea0ef4f585a54
parent26cf8d386fbdd0c16b732ae6ed1a866eb133a0d2 (diff)
downloadikiwiki-87c4b603c3095033f27a3bfadcafd385fb318d76.tar
ikiwiki-87c4b603c3095033f27a3bfadcafd385fb318d76.tar.gz
-rw-r--r--doc/forum/how_to_load_an_external_page_and_still_have_it_under_ikiwiki_template.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/forum/how_to_load_an_external_page_and_still_have_it_under_ikiwiki_template.mdwn b/doc/forum/how_to_load_an_external_page_and_still_have_it_under_ikiwiki_template.mdwn
index 0475d126f..f245e3807 100644
--- a/doc/forum/how_to_load_an_external_page_and_still_have_it_under_ikiwiki_template.mdwn
+++ b/doc/forum/how_to_load_an_external_page_and_still_have_it_under_ikiwiki_template.mdwn
@@ -1 +1,3 @@
OK, probably title is bit confusing. Basically I'd like to be able to keep my left hand side menu, which is part of the template, and at the same time load let's say forum on the right hand side, which sits on a separate domain. Is it possible then to construct template that for some special links it runs as lets say in *frameset* mode?
+
+> I think I'll have to use [[pagetemplate]] and this <http://stackoverflow.com/questions/153152/resizing-an-iframe-based-on-content> solution