public static function ShareaholicAdmin::show_footer in Share Buttons, Related Posts, Content Analytics - Shareaholic 8
Same name and namespace in other branches
- 7.3 admin.php \ShareaholicAdmin::show_footer()
Renders footer
2 calls to ShareaholicAdmin::show_footer()
File
- ./
admin.php, line 168
Class
- ShareaholicAdmin
- This class takes care of all of the admin interface.
Code
public static function show_footer() {
ShareaholicUtilities::load_template('footer');
}