本文整理汇总了PHP中et_get_mobile_footer函数的典型用法代码示例。如果您正苦于以下问题:PHP et_get_mobile_footer函数的具体用法?PHP et_get_mobile_footer怎么用?PHP et_get_mobile_footer使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了et_get_mobile_footer函数的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: _e
">
<input type="text" name="user_email" autocomplete="off" placeholder="<?php
_e('Email', ET_DOMAIN);
?>
">
<input type="submit" class="btn-submit" value="Submit">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="col-xs-12">
<?php
//comments_template();
?>
</div>
</div>
</div>
</section>
<!-- MIDDLE BAR / END -->
</div>
<!-- CONTAINER / END -->
<?php
et_get_mobile_footer();
示例2: the_title
&t=<?php
the_title();
?>
" class="ui-link">
<span class="icon-fb"></span><?php
_e('Share on Facebook', ET_DOMAIN);
?>
</a>
</li>
<li>
<a href="mailto:type email address here?subject=share this post from <?php
echo bloginfo('name');
?>
&body=<?php
the_title();
?>
  <?php
the_permalink();
?>
" class="ui-link">
<span class="icon-mail"></span><?php
_e('Send via Email', ET_DOMAIN);
?>
</a>
</li>
</ul>
</div>
<?php
}
et_get_mobile_footer('mobile');