Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b6fd15a8

Von Sven Schöling vor etwa 12 Jahren hinzugefügt

  • ID b6fd15a8dc44f9b09d5a2bce766cda14b87c6e13
  • Vorgänger fb005f3f
  • Nachfolger aee7eda0

Layout package names refactored

SL::Controller::Layout::* -> SL::Layout::*
SL::Controller::Layout -> SL::Layout::Dispatcher

Unterschiede anzeigen:

SL/Form.pm
56 56
use SL::DO;
57 57
use SL::IC;
58 58
use SL::IS;
59
use SL::Layout::Dispatcher;
59 60
use SL::Locale;
60 61
use SL::Mailer;
61 62
use SL::Menu;
......
457 458
  $::lxdebug->leave_sub and return if !$ENV{HTTP_USER_AGENT} || $self->{header}++;
458 459

  
459 460
  if ($params{no_layout}) {
460
    $::request->{layout} = SL::Controller::Layout->new(style => 'none');
461
    $::request->{layout} = SL::Layout::Dispatcher->new(style => 'none');
461 462
  }
462 463

  
463 464
  my $layout = $::request->{layout};

Auch abrufbar als: Unified diff