summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2010-06-20 00:03:50 +0000
committerNigel Osborne <kiwi3685@me.com>2010-06-20 00:03:50 +0000
commit39c77b021f5f9ebfeb990047e4f36691250a7f7e (patch)
treeb0cdc324d52e782800121c10885e93b6d93bdd53
parent081562d1b62ef74d4e693947c2e69f7af23ae877 (diff)
downloadwebtrees-39c77b021f5f9ebfeb990047e4f36691250a7f7e.tar.gz
webtrees-39c77b021f5f9ebfeb990047e4f36691250a7f7e.tar.bz2
webtrees-39c77b021f5f9ebfeb990047e4f36691250a7f7e.zip
Added attribution to cloudy originator in clouds || added svn versioning to a couple of files it was missing from
-rw-r--r--themes/clouds/footer.php2
-rw-r--r--themes/clouds/header.php5
-rw-r--r--themes/clouds/modules.css2
-rw-r--r--themes/clouds/opera.css12
-rw-r--r--themes/clouds/print.css5
-rw-r--r--themes/clouds/style.css14
-rw-r--r--themes/clouds/theme.php3
-rw-r--r--themes/clouds/toplinks.php5
8 files changed, 27 insertions, 21 deletions
diff --git a/themes/clouds/footer.php b/themes/clouds/footer.php
index 6a021c419a..0d4702ceeb 100644
--- a/themes/clouds/footer.php
+++ b/themes/clouds/footer.php
@@ -24,7 +24,7 @@
*
* @package webtrees
* @subpackage Themes
- * @version $Id: footer.php 8497 2010-05-28 16:10:46Z lucasz $
+ * @version $Id$
*/
if (!defined('WT_WEBTREES')) {
diff --git a/themes/clouds/header.php b/themes/clouds/header.php
index ee6e300ad4..9afd985757 100644
--- a/themes/clouds/header.php
+++ b/themes/clouds/header.php
@@ -6,7 +6,8 @@
* Copyright (C) 2010 webtrees development team.
*
* Derived from PhpGedView Cloudy theme
- * Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
+ * Original author w.a. bastein http://genealogy.bastein.biz
+ * Copyright (C) 2010 PGV Development Team. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -24,7 +25,7 @@
*
* @package webtrees
* @subpackage Themes
- * @version $Id: header.php 8681 2010-06-09 22:31:45Z greg $
+ * @version $Id$
*/
if (!defined('WT_WEBTREES')) {
diff --git a/themes/clouds/modules.css b/themes/clouds/modules.css
index 11f6af316d..efbb81258c 100644
--- a/themes/clouds/modules.css
+++ b/themes/clouds/modules.css
@@ -1,4 +1,4 @@
-/**
+/*
* Theme specific module CSS for PHPGedView
*
* webtrees: Web based Family History software
diff --git a/themes/clouds/opera.css b/themes/clouds/opera.css
index 1605558917..74cbd77acf 100644
--- a/themes/clouds/opera.css
+++ b/themes/clouds/opera.css
@@ -1,7 +1,7 @@
-/*
- * @version $Id:S$
+/*
+ * @version $Id$
*/
-
-#sidebar {
- margin-top: 9px;
-}
+
+ #sidebar {
+ margin-top: 9px;
+ } \ No newline at end of file
diff --git a/themes/clouds/print.css b/themes/clouds/print.css
index 0093e045e2..6cf63d1c7e 100644
--- a/themes/clouds/print.css
+++ b/themes/clouds/print.css
@@ -4,8 +4,9 @@
* webtrees: Web based Family History software
* Copyright (C) 2010 webtrees development team.
*
- * Derived from PhpGedView
- * Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
+ * Derived from PhpGedView Cloudy theme
+ * Original author w.a. bastein http://genealogy.bastein.biz
+ * Copyright (C) 2010 PGV Development Team. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/themes/clouds/style.css b/themes/clouds/style.css
index 88643af136..70746d3d45 100644
--- a/themes/clouds/style.css
+++ b/themes/clouds/style.css
@@ -1,9 +1,11 @@
-/**
-* Copyright (c) 2010 Rob Peters
-*
-* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
-*
-* $Id: style.css 8709 2010-06-11 23:35:42Z rob $
+/*
+ * Copyright (c) 2010 Rob Peters
+ *
+ * Derived from PhpGedView Cloudy theme
+ * Original author w.a. bastein http://genealogy.bastein.biz
+ * Copyright (C) 2010 PGV Development Team. All rights reserved.
+ *
+ * $Id$
*/
.something {
diff --git a/themes/clouds/theme.php b/themes/clouds/theme.php
index c08bac3a05..6e04bd37fb 100644
--- a/themes/clouds/theme.php
+++ b/themes/clouds/theme.php
@@ -6,6 +6,7 @@
* Copyright (C) 2010 webtrees development team.
*
* Derived from PhpGedView Cloudy theme
+ * Original author w.a. bastein http://genealogy.bastein.biz
* Copyright (C) 2010 PGV Development Team. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
@@ -24,7 +25,7 @@
*
* @package webtrees
* @subpackage Themes
- * @version $Id: theme.php 8687 2010-06-10 17:18:22Z greg $
+ * @version $Id$
*/
if (!defined('WT_WEBTREES')) {
diff --git a/themes/clouds/toplinks.php b/themes/clouds/toplinks.php
index 2c91ca40e4..bfff326259 100644
--- a/themes/clouds/toplinks.php
+++ b/themes/clouds/toplinks.php
@@ -6,7 +6,8 @@
* Copyright (C) 2010 webtrees development team.
*
* Derived from PhpGedView Cloudy theme
- * Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
+ * Original author w.a. bastein http://genealogy.bastein.biz
+ * Copyright (C) 2010 PGV Development Team. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -24,7 +25,7 @@
*
* @package webtrees
* @subpackage Themes
- * @version $Id: toplinks.php 8497 2010-05-28 16:10:46Z lucasz $
+ * @version $Id$
*/
if (!defined('WT_WEBTREES')) {