SF.net SVN: postfixadmin: [243] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2007-11-26 23:30:14
|
Revision: 243 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=243&view=rev Author: christian_boltz Date: 2007-11-26 15:30:16 -0800 (Mon, 26 Nov 2007) Log Message: ----------- several *.php files: - no longer use $incpath - merging admin/ is done http://sourceforge.net/tracker/index.php?func=detail&aid=1838327&group_id=191583&atid=937964 Note that $incpath is still used by common.php - removing it would break users/ Modified Paths: -------------- trunk/create-alias.php trunk/create-mailbox.php trunk/delete.php trunk/edit-active.php trunk/edit-alias.php trunk/edit-mailbox.php trunk/edit-vacation.php trunk/search.php trunk/viewlog.php Modified: trunk/create-alias.php =================================================================== --- trunk/create-alias.php 2007-11-26 07:38:56 UTC (rev 242) +++ trunk/create-alias.php 2007-11-26 23:30:16 UTC (rev 243) @@ -152,8 +152,8 @@ } } -include ("$incpath/templates/header.tpl"); -include ("$incpath/templates/menu.tpl"); -include ("$incpath/templates/create-alias.tpl"); -include ("$incpath/templates/footer.tpl"); +include ("templates/header.tpl"); +include ("templates/menu.tpl"); +include ("templates/create-alias.tpl"); +include ("templates/footer.tpl"); ?> Modified: trunk/create-mailbox.php =================================================================== --- trunk/create-mailbox.php 2007-11-26 07:38:56 UTC (rev 242) +++ trunk/create-mailbox.php 2007-11-26 23:30:16 UTC (rev 243) @@ -330,10 +330,10 @@ } } -include ("$incpath/templates/header.tpl"); -include ("$incpath/templates/menu.tpl"); -include ("$incpath/templates/create-mailbox.tpl"); -include ("$incpath/templates/footer.tpl"); +include ("templates/header.tpl"); +include ("templates/menu.tpl"); +include ("templates/create-mailbox.tpl"); +include ("templates/footer.tpl"); /* vim: set expandtab softtabstop=3 tabstop=3 shiftwidth=3: */ ?> Modified: trunk/delete.php =================================================================== --- trunk/delete.php 2007-11-26 07:38:56 UTC (rev 242) +++ trunk/delete.php 2007-11-26 23:30:16 UTC (rev 243) @@ -164,10 +164,10 @@ } -include ("$incpath/templates/header.tpl"); -include ("$incpath/templates/menu.tpl"); -include ("$incpath/templates/message.tpl"); -include ("$incpath/templates/footer.tpl"); +include ("templates/header.tpl"); +include ("templates/menu.tpl"); +include ("templates/message.tpl"); +include ("templates/footer.tpl"); /* vim: set expandtab softtabstop=3 tabstop=3 shiftwidth=3: */ ?> Modified: trunk/edit-active.php =================================================================== --- trunk/edit-active.php 2007-11-26 07:38:56 UTC (rev 242) +++ trunk/edit-active.php 2007-11-26 23:30:16 UTC (rev 243) @@ -91,9 +91,9 @@ } } -include ("$incpath/templates/header.tpl"); -include ("$incpath/templates/menu.tpl"); -include ("$incpath/templates/message.tpl"); -include ("$incpath/templates/footer.tpl"); +include ("templates/header.tpl"); +include ("templates/menu.tpl"); +include ("templates/message.tpl"); +include ("templates/footer.tpl"); /* vim: set expandtab softtabstop=3 tabstop=3 shiftwidth=3: */ ?> Modified: trunk/edit-alias.php =================================================================== --- trunk/edit-alias.php 2007-11-26 07:38:56 UTC (rev 242) +++ trunk/edit-alias.php 2007-11-26 23:30:16 UTC (rev 243) @@ -124,8 +124,8 @@ } } -include ("$incpath/templates/header.tpl"); -include ("$incpath/templates/menu.tpl"); -include ("$incpath/templates/edit-alias.tpl"); -include ("$incpath/templates/footer.tpl"); +include ("templates/header.tpl"); +include ("templates/menu.tpl"); +include ("templates/edit-alias.tpl"); +include ("templates/footer.tpl"); ?> Modified: trunk/edit-mailbox.php =================================================================== --- trunk/edit-mailbox.php 2007-11-26 07:38:56 UTC (rev 242) +++ trunk/edit-mailbox.php 2007-11-26 23:30:16 UTC (rev 243) @@ -157,9 +157,9 @@ } } -include ("$incpath/templates/header.tpl"); -include ("$incpath/templates/menu.tpl"); -include ("$incpath/templates/edit-mailbox.tpl"); -include ("$incpath/templates/footer.tpl"); +include ("templates/header.tpl"); +include ("templates/menu.tpl"); +include ("templates/edit-mailbox.tpl"); +include ("templates/footer.tpl"); /* vim: set expandtab softtabstop=3 tabstop=3 shiftwidth=3: */ ?> Modified: trunk/edit-vacation.php =================================================================== --- trunk/edit-vacation.php 2007-11-26 07:38:56 UTC (rev 242) +++ trunk/edit-vacation.php 2007-11-26 23:30:16 UTC (rev 243) @@ -191,9 +191,9 @@ $tMessage = $PALANG['pVacation_result_error']; } -include ("$incpath/templates/header.tpl"); -include ("$incpath/templates/menu.tpl"); -include ("$incpath/templates/edit-vacation.tpl"); -include ("$incpath/templates/footer.tpl"); +include ("templates/header.tpl"); +include ("templates/menu.tpl"); +include ("templates/edit-vacation.tpl"); +include ("templates/footer.tpl"); /* vim: set expandtab softtabstop=3 tabstop=3 shiftwidth=3: */ ?> Modified: trunk/search.php =================================================================== --- trunk/search.php 2007-11-26 07:38:56 UTC (rev 242) +++ trunk/search.php 2007-11-26 23:30:16 UTC (rev 243) @@ -116,9 +116,9 @@ } } -include ("$incpath/templates/header.tpl"); -include ("$incpath/templates/menu.tpl"); -include ("$incpath/templates/search.tpl"); -include ("$incpath/templates/footer.tpl"); +include ("templates/header.tpl"); +include ("templates/menu.tpl"); +include ("templates/search.tpl"); +include ("templates/footer.tpl"); ?> Modified: trunk/viewlog.php =================================================================== --- trunk/viewlog.php 2007-11-26 07:38:56 UTC (rev 242) +++ trunk/viewlog.php 2007-11-26 23:30:16 UTC (rev 243) @@ -74,10 +74,10 @@ } } -include ("$incpath/templates/header.tpl"); -include ("$incpath/templates/menu.tpl"); -include ("$incpath/templates/viewlog.tpl"); -include ("$incpath/templates/footer.tpl"); +include ("templates/header.tpl"); +include ("templates/menu.tpl"); +include ("templates/viewlog.tpl"); +include ("templates/footer.tpl"); /* vim: set expandtab softtabstop=3 tabstop=3 shiftwidth=3: */ ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |