示例#1
0
 function __construct()
 {
     self::$instance = $this;
     add_action('after_setup_theme', array($this, 'register_nav_menu'));
     add_filter('mediahelper_image_link_size', array($this, 'image_link_size'));
     add_action('widgets_init', array($this, 'register_sidebar'));
 }
示例#2
0
文件: bottes.php 项目: lonid/skrollr
<?php

Skrollr_Footer_Menu::get_instance()->display();
?>

<?php 
// translators: Anchor for bottom of the page, this string will appear in a URL
?>
<a id="<?php 
_ex('bottom', 'anchor', 'skrollr');
?>
"></a>