diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-09-23 17:35:02 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-09-23 17:35:02 +0200 |
commit | 43670858870082aa1f2c6f7c54ea6920dad9e35a (patch) | |
tree | e6573a36d57ccada87d91e13a4489c77c9329af2 /lib/Travelynx/Controller/Static.pm | |
parent | 6bae226d5caceed3b21cef8cdead45e848afe3f4 (diff) |
add legend (not referenced yet)
Diffstat (limited to 'lib/Travelynx/Controller/Static.pm')
-rw-r--r-- | lib/Travelynx/Controller/Static.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Travelynx/Controller/Static.pm b/lib/Travelynx/Controller/Static.pm index addcd61..b5ee0b8 100644 --- a/lib/Travelynx/Controller/Static.pm +++ b/lib/Travelynx/Controller/Static.pm @@ -1,4 +1,5 @@ package Travelynx::Controller::Static; + # Copyright (C) 2020 Daniel Friesel # # SPDX-License-Identifier: AGPL-3.0-or-later @@ -26,6 +27,12 @@ sub imprint { $self->render('imprint'); } +sub legend { + my ($self) = @_; + + $self->render('legend'); +} + sub offline { my ($self) = @_; |