| Server IP : 104.237.150.88 / Your IP : 216.73.216.189 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-us 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/ubuntupennsylvania.org/htdocs/wp-content/themes/tangowp-1.0_fixed/ |
Upload File : |
<?php
/*
Template Name: FAlbum
*/
?>
<?php global $falbum; ?>
<?php get_header(); ?>
<div id="left">
<div id="content">
<h2>Photo Album</h2>
<!-- FAlbum Start -->
<script type="text/javascript" src="<?php echo get_settings('siteurl'); ?>/wp-content/plugins/falbum/res/falbum.js"></script>
<script type="text/javascript" src="<?php echo get_settings('siteurl'); ?>/wp-content/plugins/falbum/res/overlib.js"></script
<script type="text/javascript" src="<?php echo get_settings('siteurl'); ?>/wp-content/plugins/falbum/res/prototype.js"></script>
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div class="narrowcolumn">
<?php $falbum->show_photos(); ?>
</div>
<!-- FAlbum End-->
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>