git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@179 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
12 lines
270 B
PHP
12 lines
270 B
PHP
<?php get_header(); ?>
|
|
|
|
<?php if($gp_settings['title'] == "Show") { ?><h1 class="page-title"><?php the_title(); ?></h1><?php } ?>
|
|
|
|
<div id="content">
|
|
|
|
<?php the_attachment_link($post->post_ID, true) ?>
|
|
<?php the_content(); ?>
|
|
|
|
</div>
|
|
|
|
<?php get_footer(); ?>
|