i have set up a wiki for a manual. sometimes the article pages get extremly long and it is uncomfortable to go back to the table of contents. i would like to create a link in the line of each headline that refers to the table of contents or the top of the page.
in this case i tried to edit my skin's page. however, i can only edit the first headline of an article
skins/monobook.php
QUOTE
<!-- start content -->
<?php $this->html('bodytext') ?>
<?php if($this->data['catlinks']) { ?><div id="catlinks"><?php $this->html('catlinks') ?></div><?php } ?>
<!-- end content -->
<?php $this->html('bodytext') ?>
<?php if($this->data['catlinks']) { ?><div id="catlinks"><?php $this->html('catlinks') ?></div><?php } ?>
<!-- end content -->
as it seems to be, the content of the article except the first headline is in "<?php $this->html('bodytext') ?>" .
where do i find this variable?











