diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/admin_default/views/admin.html.php | 2 | ||||
| -rw-r--r-- | themes/admin_default/views/block.html.php | 2 | ||||
| -rw-r--r-- | themes/default/views/album.html.php | 2 | ||||
| -rw-r--r-- | themes/default/views/block.html.php | 2 | ||||
| -rw-r--r-- | themes/default/views/footer.html.php | 2 | ||||
| -rw-r--r-- | themes/default/views/header.html.php | 2 | ||||
| -rw-r--r-- | themes/default/views/page.html.php | 2 | ||||
| -rw-r--r-- | themes/default/views/pager.html.php | 2 | ||||
| -rw-r--r-- | themes/default/views/photo.html.php | 2 | ||||
| -rw-r--r-- | themes/default/views/sidebar.html.php | 2 | ||||
| -rw-r--r-- | themes/default/views/tag.html.php | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index 541d4e35..1fa70d5b 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -1,4 +1,4 @@ -<? defined("SYSPATH") or die("No direct script access."); ?> +<?php defined("SYSPATH") or die("No direct script access.") ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Tranisitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> diff --git a/themes/admin_default/views/block.html.php b/themes/admin_default/views/block.html.php index 56565758..42d09196 100644 --- a/themes/admin_default/views/block.html.php +++ b/themes/admin_default/views/block.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="<?= $id ?>" class="gBlock"> <h2><?= $title ?></h2> <div class="gBlockContent"> 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> diff --git a/themes/default/views/block.html.php b/themes/default/views/block.html.php index 56565758..42d09196 100644 --- a/themes/default/views/block.html.php +++ b/themes/default/views/block.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="<?= $id ?>" class="gBlock"> <h2><?= $title ?></h2> <div class="gBlockContent"> diff --git a/themes/default/views/footer.html.php b/themes/default/views/footer.html.php index 830fa003..1944dbb0 100644 --- a/themes/default/views/footer.html.php +++ b/themes/default/views/footer.html.php @@ -1,4 +1,4 @@ -<? defined("SYSPATH") or die("No direct script access."); ?> +<?php defined("SYSPATH") or die("No direct script access.") ?> <?= $theme->footer() ?> <ul id="gCredits"> <li class="first"> Powered by <a href="http://gallery.menalto.com">Gallery3</a> </li> diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php index e9d980a7..c94527e9 100644 --- a/themes/default/views/header.html.php +++ b/themes/default/views/header.html.php @@ -1,4 +1,4 @@ -<? defined("SYSPATH") or die("No direct script access."); ?> +<?php defined("SYSPATH") or die("No direct script access.") ?> <?= $theme->site_status() ?> <?= $theme->header_top() ?> <img id="gLogo" alt="<?= _("Logo") ?>" src="<?= $theme->url("images/logo.png") ?>" /> diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index cab2df92..ed938486 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -1,4 +1,4 @@ -<? defined("SYSPATH") or die("No direct script access."); ?> +<?php defined("SYSPATH") or die("No direct script access.") ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Tranisitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> diff --git a/themes/default/views/pager.html.php b/themes/default/views/pager.html.php index b9dbc2e8..1bc746eb 100644 --- a/themes/default/views/pager.html.php +++ b/themes/default/views/pager.html.php @@ -1,4 +1,4 @@ -<? defined("SYSPATH") or die("No direct script access."); ?> +<?php defined("SYSPATH") or die("No direct script access.") ?> <? // See http://docs.kohanaphp.com/libraries/pagination ?> <ul id="gPager"> <li><?= sprintf(_("Photos %d - %d of %d"), $current_first_item, $current_last_item, $total_items) ?></li> diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index 9af66c35..41a1bf9e 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.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="gItemHeader"> <?= $theme->photo_top() ?> <h1><?= $item->title ?></h1> diff --git a/themes/default/views/sidebar.html.php b/themes/default/views/sidebar.html.php index d030a242..4209bf87 100644 --- a/themes/default/views/sidebar.html.php +++ b/themes/default/views/sidebar.html.php @@ -1,4 +1,4 @@ -<? defined("SYSPATH") or die("No direct script access."); ?> +<?php defined("SYSPATH") or die("No direct script access.") ?> <ul id="gViewMenu" class="sf-menu"> <li><a href="#" id="gFullsizeLink" title="<?= _("View full size image") ?>"><?= _("View full size image") ?></a></li> <li><a href="#" id="gAlbumLink" title="<?= _("View album") ?>"><?= _("Album view") ?></a></li> diff --git a/themes/default/views/tag.html.php b/themes/default/views/tag.html.php index 8c950e74..4e3934b0 100644 --- a/themes/default/views/tag.html.php +++ b/themes/default/views/tag.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"> <div id="gAlbumHeaderButtons"> <?= $theme->tag_top() ?> |
