# HG changeset patch # User Nathan Phillip Brink # Date 2012-02-11 20:10:56 # Node ID 125fb9691efe225a21b00a8dc487638fe45a2e83 # Parent 85fd0c4b6efd18cebf09a030e5acd39ac94a9be1 Remove ``Profile:'' and ``Semester:'' from the indication of which school/semester combination the user has selected. diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -421,9 +421,9 @@ class page '

'. PHP_EOL . ' '.$this->pagetitle.''. PHP_EOL . ' ' . PHP_EOL - . ' Profile: ' . $this->school['name'] . '' . ($this->school_semester_constant ? '' : ' (change)') . PHP_EOL; + . ' ' . $this->school['name'] . '' . ($this->school_semester_constant ? '' : ' (change)') . PHP_EOL; if (!empty($this->semester)) - echo ' Semester: ' . $this->semester['name'] . '' . ($this->school_semester_constant ? '' : ' (change)') . PHP_EOL; + echo ' ' . $this->semester['name'] . '' . ($this->school_semester_constant ? '' : ' (change)') . PHP_EOL; echo ' '. PHP_EOL . '

'. PHP_EOL . ' '. PHP_EOL .