]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Fix and refactor FrameInclude plugin (more or less).
authordairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Wed, 26 Feb 2003 22:27:22 +0000 (22:27 +0000)
committerdairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Wed, 26 Feb 2003 22:27:22 +0000 (22:27 +0000)
commit00d8fe3c09d897e133c65274fb0954d386764ce0
treed6620a50a177ca7ba1eb8da1b86869f8f50bb1ce
parenta3d160b593b714d427c387e5703d171799bcac27
Fix and refactor FrameInclude plugin (more or less).

(This should now generate valid HTML.  Woohoo!)

The output when using the Sidebar theme is ugly enough that it should
be considered broken.  (But the Sidebar theme appears pretty broken in
general right now.)

(Personal comment (not to be taken personally): I must say that I
remain unconvinced of the usefulness of this plugin.)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2674 96ab9672-09ca-45d6-a79d-3d69d39ca109
19 files changed:
lib/Template.php
lib/display.php
lib/plugin/FrameInclude.php
lib/plugin/WikiAdminRemove.php
themes/Sidebar/templates/frame-footer.tmpl [new file with mode: 0644]
themes/Sidebar/templates/frame-header.tmpl [new file with mode: 0644]
themes/Sidebar/templates/frame-left.tmpl [new file with mode: 0644]
themes/Sidebar/templates/frameset.tmpl [new file with mode: 0644]
themes/default/phpwiki-topbottombars.css
themes/default/templates/body.tmpl
themes/default/templates/browse-footer.tmpl [new file with mode: 0644]
themes/default/templates/browse.tmpl
themes/default/templates/frame-footer.tmpl [new file with mode: 0644]
themes/default/templates/frame-header.tmpl [new file with mode: 0644]
themes/default/templates/frameset.tmpl
themes/default/templates/head.tmpl
themes/default/templates/html.tmpl
themes/default/templates/top.tmpl
themes/default/templates/viewsource.tmpl