groups

name language licence
Archive PHP Other
header PHP Other
footer PHP Other
home PHP Other
Template : links PHP Other
index PHP Other
nav PHP Other
functions PHP Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



language: PHP
licence: Other

Template : links

options: view full snippetsend to code collector
<?php
/*
Template Name: Links
*/
?>

<?php get_header(); ?>

<div id="content" class="widecolumn">

<h2>Links:</h2>
<ul>
<?php get_links_list(); ?>
</ul>

	
(Continues...)