modified: view/theme/smoothly/nav.tpl
modified: view/theme/smoothly/style.css
new file: view/theme/smoothly/tobottom.png
<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>
</nav>
<div id="scrollup" >
-<a href="javascript:scrollTo(0,0)"><img src="view/theme/smoothly/totop.png" alt="back to top" title="Back to top" /></a>
+<a href="javascript:scrollTo(0,0)"><img src="view/theme/smoothly/totop.png" alt="to top" title="to top" /></a><br />
+<a href="javascript:ScrollToBottom()"><img src="view/theme/smoothly/tobottom.png" alt="to bottom" title="to bottom" /></a>
</div>
<ul id="nav-notifications-template" style="display:none;" rel="template">
font-size: 1.4em;
font-weight: bold;
border-bottom: none;
+ margin-top:10px;
}
.vcard #profile-photo-wrapper {