diff options
Diffstat (limited to 'themes/default/views/album.html.php')
| -rw-r--r-- | themes/default/views/album.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index 7f4e2119..009160d3 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -1,4 +1,4 @@ -<? defined("SYSPATH") or die("No direct script access."); ?> +<?php defined("SYSPATH") or die("No direct script access.") ?> <div id="gAlbumHeader"> <?= $theme->album_top() ?> <h1><?= $item->title ?></h1> |
