Example #1
0
									</a>
								</div>
							<?php 
}
?>

						<div class="login_form_links">
							<p><a href="<?php 
echo BASE_URI;
?>
" target="_self"><?php 
_e('Go back to the homepage.', 'cftp_admin');
?>
</a></p>
						</div>

					</div>
				</div>
			</div>
		</div> <!-- container -->
	</div> <!-- main (from header) -->

	<?php 
default_footer_info(false);
?>

</body>
</html>
<?php 
$database->Close();
ob_end_flush();
Example #2
0
        /**
         * If not $new_response is set, it means we are just entering for the first time.
         * Include the form.
         */
        $clients_form_type = 'new_client_self';
        include 'clients-form.php';
    }
}
?>

			<div class="login_form_links">
				<p><a href="<?php 
echo BASE_URI;
?>
" target="_self"><?php 
_e('Go back to the homepage.', 'cftp_admin');
?>
</a></p>
			</div>
		</div>
	
	</div> <!-- main -->

	<?php 
default_footer_info();
?>

</body>
</html>
<?php 
ob_end_flush();