diff options
| author | fisharebest <fisharebest@gmail.com> | 2012-02-02 10:48:18 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2012-02-02 10:48:18 +0000 |
| commit | 30031939b699ef526dc938bfeaf1e3f0fcc78f71 (patch) | |
| tree | 6336b83dc19b0adb0b023a1310b03f95232f09fa /themes/colors/theme.php | |
| parent | e013b4f9d734228131cb65bcb892653d9ec98c93 (diff) | |
| download | webtrees-30031939b699ef526dc938bfeaf1e3f0fcc78f71.tar.gz webtrees-30031939b699ef526dc938bfeaf1e3f0fcc78f71.tar.bz2 webtrees-30031939b699ef526dc938bfeaf1e3f0fcc78f71.zip | |
Minor refactoring of relationship.php. Move the titles/forms out of the output <div>. Need to move away from relative positioning, so that we can display all paths on the same page (perhaps in tabs).
Diffstat (limited to 'themes/colors/theme.php')
| -rw-r--r-- | themes/colors/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/colors/theme.php b/themes/colors/theme.php index 1d29128293..af0dce469f 100644 --- a/themes/colors/theme.php +++ b/themes/colors/theme.php @@ -2,7 +2,7 @@ // Colors theme // // webtrees: Web based Family History software -// Copyright (C) 2011 webtrees development team. +// Copyright (C) 2012 webtrees development team. // // Derived from PhpGedView // Copyright (C) 2010 PGV Development Team. All rights reserved. |
