1 (edited by egetcode 2015-03-01 18:03:25)

Topic: Back to top Morfy Plugin

http://e-getcode.eu/public/images/Back_to_top.png

Download here:
Back to top Morfy Plugin


Instructions:
   
1) Copy Back_to_top folder in morfy plugins
2) Call this with

<?php echo Morfy::factory()->runAction('Back_to_top'); ?>

3) For example in the end of footer.html
4) Activate/deactivate plugin, add Back_to_top in array like this.

Example config.php

        'plugins' => array(
            'markdown',
            'sitemap',
            'Back_to_top'
        ),

5) That's it.

http://e-getcode.eu/

egetcode's Website

Re: Back to top Morfy Plugin

Good job

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

Re: Back to top Morfy Plugin

Hi nakome,
Thanks! wink

http://e-getcode.eu/

egetcode's Website

Re: Back to top Morfy Plugin

nice!