diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-04-06 08:53:37 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-04-06 08:53:37 +0000 |
commit | fb818f3c4d502fd9fcef8494506262a2c4c9b868 (patch) | |
tree | 2a0b53b836d89674cfb3cd682b819ee103e76bb9 | |
parent | 63edb37076b9c1248041368f0aa16013cb7edb15 (diff) |
Fix preamble
-rw-r--r-- | modules/organize/helpers/organize_installer.php | 3 | ||||
-rw-r--r-- | modules/organize/helpers/organize_menu.php | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/modules/organize/helpers/organize_installer.php b/modules/organize/helpers/organize_installer.php index 185f09a9..467564b6 100644 --- a/modules/organize/helpers/organize_installer.php +++ b/modules/organize/helpers/organize_installer.php @@ -1,4 +1,5 @@ -<?php defined("SYSPATH") or die("No direct script access.");/** +<?php defined("SYSPATH") or die("No direct script access."); +/** * Gallery - a web based photo album viewer and editor * Copyright (C) 2000-2008 Bharat Mediratta * diff --git a/modules/organize/helpers/organize_menu.php b/modules/organize/helpers/organize_menu.php index 05c9c65c..08ed14fe 100644 --- a/modules/organize/helpers/organize_menu.php +++ b/modules/organize/helpers/organize_menu.php @@ -1,4 +1,5 @@ -<?php defined("SYSPATH") or die("No direct script access.");/** +<?php defined("SYSPATH") or die("No direct script access."); +/** * Gallery - a web based photo album viewer and editor * Copyright (C) 2000-2008 Bharat Mediratta * @@ -28,5 +29,5 @@ class organize_menu { ->css_id("gOrganizeLink") ->url(url::site("organize/index/{$item->id}"))); } - } + } } |