mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
14
apps/atlbiomed/templates/techMap.php
Executable file
14
apps/atlbiomed/templates/techMap.php
Executable file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<head>
|
||||
|
||||
<?php include_http_metas() ?>
|
||||
<?php include_metas() ?>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- <div class="content"> -->
|
||||
<?php echo $sf_data->getRaw('sf_content') ?>
|
||||
<!-- </div> -->
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user