diff options
Diffstat (limited to 'themes/marvin/marvin.theme')
-rw-r--r-- | themes/marvin/marvin.theme | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 076f0083a..b8e671083 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -256,14 +256,11 @@ ### Display account: display_account($this); - ### Display calendar: + ### Display old headlines: display_old_headlines($this); - ### Display calendar: - $this->box("Browse archives", droplet_get("calendar")); - - ### Display new diary entries: - display_new_diaries($this); + ### Display module blocks: + display_module_blocks(); } elseif (strstr($PHP_SELF, "account.php")) { ### Display account: |