[Rt-commit] r9095 - in rt/branches/3.7-EXPERIMENTAL: .
falcone at bestpractical.com
falcone at bestpractical.com
Wed Sep 19 17:38:23 EDT 2007
Author: falcone
Date: Wed Sep 19 17:38:23 2007
New Revision: 9095
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/html/Elements/PageLayout
Log:
r24828 at ketch: falcone | 2007-09-19 17:37:41 -0400
* AppName stopped being used during the 3.4=>3.6 rewrite
Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/PageLayout
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/PageLayout (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/PageLayout Wed Sep 19 17:38:23 2007
@@ -168,10 +168,6 @@
}
}
-unless ( defined $AppName ) {
- $AppName = loc("RT for [_1]", RT->Config->Get('rtname'));
-}
-
my ($menu_depth, $almost_last, $page_tabs);
if (RT->Config->Get( 'WebDefaultStylesheet', $session{'CurrentUser'} ) ne '3.4-compat') {
@@ -236,5 +232,4 @@
$actions => undef
$subactions => undef
$title => $m->callers(-1)->path
-$AppName => undef
</%ARGS>
More information about the Rt-commit
mailing list