]> Pileus Git - ~andy/ct/blobdiff - gallery/old/frames.php
Add old version of gallery using php
[~andy/ct] / gallery / old / frames.php
diff --git a/gallery/old/frames.php b/gallery/old/frames.php
new file mode 100755 (executable)
index 0000000..534caee
--- /dev/null
@@ -0,0 +1,9 @@
+<html>
+       <frameset rows="20, *">
+               <frame name="head" src="head.php">
+               <frameset cols="240,*">
+                       <frame name="nav" src="nav.php">
+                       <frame name="content" src="content.php">
+               </frameset>
+       </frameset>
+</html>