mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
19 lines
186 B
PHP
19 lines
186 B
PHP
<?php
|
|
/*
|
|
Template Name: Links
|
|
*/
|
|
?>
|
|
|
|
<?php get_header(); ?>
|
|
|
|
<div id="content" class="widecolumn">
|
|
|
|
<h2>Links:</h2>
|
|
<ul>
|
|
<?php get_links_list(); ?>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<?php get_footer(); ?>
|