summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/organize/helpers/organize_installer.php3
-rw-r--r--modules/organize/helpers/organize_menu.php5
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}")));
}
- }
+ }
}