added id of 'top' to the top h2 tag so I could link to the anchor

git-svn-id: http://svn.automattic.com/wordpress/trunk@379 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
alex_t_king 2003-09-24 21:55:46 +00:00
parent 7bc2698b04
commit cdfed5c246

View File

@ -23,4 +23,4 @@ foreach ($menu as $item) {
</ul>
<br clear="all" />
<h2><?php echo $title; ?></h2>
<h2 id="top"><?php echo $title; ?></h2>