]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Two new convenience functions in lib/Theme.php: WikiLink() and Button().
authordairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Wed, 30 Jan 2002 23:41:55 +0000 (23:41 +0000)
committerdairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Wed, 30 Jan 2002 23:41:55 +0000 (23:41 +0000)
commitcde2f1911a73340f7fa91506f41402ff28bd9f7d
tree68f3b19c794aeea87e84894b0384301e458903d8
parent347667c9beecaab60f3459e32b9fa6d8424ebf99
Two new convenience functions in lib/Theme.php: WikiLink() and Button().
Most invocations of $Theme->link*WikiWord(), and $Theme->make*Button()
can be replaced by calls to one of these new function.
It helps beautify the templates quite a bit.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@1719 96ab9672-09ca-45d6-a79d-3d69d39ca109
34 files changed:
lib/InlineParser.php
lib/PageList.php
lib/Theme.php
lib/WikiPlugin.php
lib/diff.php
lib/editpage.php
lib/loadsave.php
lib/plugin/BackLinks.php
lib/plugin/FullTextSearch.php
lib/plugin/HelloWorld.php
lib/plugin/IncludePage.php
lib/plugin/LikePages.php
lib/plugin/PageHistory.php
lib/plugin/RandomPage.php
lib/plugin/RecentChanges.php
lib/removepage.php
lib/stdlib.php
lib/transform.php
themes/MacOSX/templates/actionbar.tmpl
themes/Portland/templates/actionbar.tmpl
themes/Portland/templates/browse.tmpl
themes/Portland/templates/editpage.tmpl
themes/Portland/templates/navbar.tmpl
themes/Portland/templates/viewsource.tmpl
themes/Portland/themeinfo.php
themes/default/templates/actionbar.tmpl
themes/default/templates/browse.tmpl
themes/default/templates/editpage.tmpl
themes/default/templates/login.tmpl
themes/default/templates/navbar.tmpl
themes/default/templates/savepage.tmpl
themes/default/templates/signin.tmpl
themes/default/templates/userprefs.tmpl
themes/default/templates/viewsource.tmpl