diff options
Diffstat (limited to 'modules_v3/GEDFact_assistant/MEDIA_ctrl.php')
| -rw-r--r-- | modules_v3/GEDFact_assistant/MEDIA_ctrl.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules_v3/GEDFact_assistant/MEDIA_ctrl.php b/modules_v3/GEDFact_assistant/MEDIA_ctrl.php index 1be7456ff1..56ca50ccd5 100644 --- a/modules_v3/GEDFact_assistant/MEDIA_ctrl.php +++ b/modules_v3/GEDFact_assistant/MEDIA_ctrl.php @@ -23,9 +23,9 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -$controller = new WT_Controller_Individual(); +$controller = new WT_Controller_Individual; -echo '<link href="'.WT_STATIC_URL.WT_MODULES_DIR.'GEDFact_assistant/css/gf_styles.css" rel="stylesheet" type="text/css" media="screen">'; +echo '<link href="' . WT_STATIC_URL . WT_MODULES_DIR . 'GEDFact_assistant/css/gf_styles.css" rel="stylesheet" type="text/css" media="screen">'; global $tabno, $linkToID, $SEARCH_SPIDER; global $SHOW_AGE_DIFF; @@ -33,8 +33,8 @@ global $GEDCOM; global $show_full; global $famid, $censyear, $censdate; -$summary= - $controller->record->format_first_major_fact(WT_EVENTS_BIRT, 2). +$summary = + $controller->record->format_first_major_fact(WT_EVENTS_BIRT, 2) . $controller->record->format_first_major_fact(WT_EVENTS_DEAT, 2); -require WT_ROOT.WT_MODULES_DIR.'GEDFact_assistant/_MEDIA/media_1_ctrl.php'; +require WT_ROOT . WT_MODULES_DIR . 'GEDFact_assistant/_MEDIA/media_1_ctrl.php'; |
