diff --git a/app/conferences/conference_edit.php b/app/conferences/conference_edit.php index e01f704122..e7ebc033d7 100644 --- a/app/conferences/conference_edit.php +++ b/app/conferences/conference_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2018 + Portions created by the Initial Developer are Copyright (C) 2008-2020 the Initial Developer. All Rights Reserved. Contributor(s): @@ -321,12 +321,7 @@ echo "
\n"; echo "
"; - if ($action == "add") { - echo "".$text['label-conference-add'].""; - } - if ($action == "update") { - echo "".$text['label-conference-edit'].""; - } + echo " ".$text['title-conference'].""; echo "
\n"; echo "
\n"; echo button::create(['type'=>'button','label'=>$text['button-back'],'icon'=>$_SESSION['theme']['button_icon_back'],'id'=>'btn_back','style'=>'margin-right: 15px;','link'=>'conferences.php']);