modified: view/theme/smoothly/default.php

modified:   view/theme/smoothly/nav.tpl
	modified:   view/theme/smoothly/style.css
	new file:   view/theme/smoothly/tobottom.png
This commit is contained in:
pixelroot 2012-10-23 10:22:39 +02:00
parent 215f084a2e
commit f8787b6762
4 changed files with 8 additions and 1 deletions

View file

@ -3,6 +3,11 @@
<head>
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
<script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
<script type="text/javascript">
function ScrollToBottom(){
window.scrollTo(0,document.body.scrollHeight);
}
</script>
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
</head>
<body>