<?php 
            writeContactForm($this);
            ?>
				</div>
				<div id="aiContactSafeForm_contact_info" <?php 
            echo $this->profile->contact_info_width > 0 ? 'style="width:' . $this->profile->contact_info_width . ';"' : '';
            ?>
 ><?php 
            echo $this->contactinformations['contact_info'];
            ?>
</div>
			</div>
	<?php 
            break;
        case 0:
        default:
            ?>
			<div id="aiContactSafeForm" <?php 
            echo $this->profile->contact_form_width > 0 ? 'style="width:' . $this->profile->contact_form_width . ';"' : '';
            ?>
 >
			<?php 
            writeContactForm($this);
            ?>
			</div>
	<?php 
    }
}
?>
</div>
Пример #2
0
				<?php 
writeAdArea();
?>
	 		</div>
	 		<div class="links">
				<?php 
createLinks();
?>
			</div>
		</td>
		<td class="rightSideBar">
			<div class="infoDiv"></h2>Contact Us:</h2></div>
			<div class="infoDiv"> <?php 
writeContactBio();
?>
 <br> <br> <?php 
writeContactForm();
?>
</div>
		</td>
	</table>
	<div class="footer">
		<h4 class="footerText"> JMAT GAMES </h4>
		<span>Last Updated: <?php 
getDateMod();
?>
</span>
	</div>
</div>
</body>
</html>