diff options
Diffstat (limited to 'theme/default/html/feed/main.php')
-rw-r--r-- | theme/default/html/feed/main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/default/html/feed/main.php b/theme/default/html/feed/main.php index bdd0a48..9f8e0b9 100644 --- a/theme/default/html/feed/main.php +++ b/theme/default/html/feed/main.php @@ -23,7 +23,7 @@ $self = Application::getURL('feed/'); <image> <title><?=$title?></title> - <url><?=Application::getTemplateURL('rsrc/logo.png')?></url> + <url><?=Application::getTemplateURL('static/logo.png')?></url> <link><?=Application::getURL()?></link> </image> |