This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- :: Xenthemes Message :: --> | |
| <xen:if is="!{$visitor.user_id} && @xt_message_guest == 1"> | |
| <xen:include template="xt_message_guest" /> | |
| </xen:if> | |
| <xen:if is="{$visitor.user_id} && @xt_message_member == 1"> | |
| <xen:include template="xt_message_member" /> | |
| </xen:if> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $get_themes = get_term(2, 'download_category' ); | |
| echo $get_themes->count; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Fix wordpress not adding custom post types to category archives | |
| */ | |
| function add_custom_types_to_tax( $query ) { | |
| if( is_category() || is_tag() && empty( $query->query_vars['suppress_filters'] ) ) { | |
| $post_types = get_post_types(); | |
| $query->set( 'post_type', $post_types ); | |
| return $query; | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a class='toggle right' href='#' title='{$this->lang->words['toggle_shoutbox']}'>{$this->lang->words['toggle_shoutbox']}</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a class='toggle right' href='#' title='{$this->lang->words['toggle_shoutbox']}'></a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <li id='nav_other_apps' style='display: none'> <a href='#' class='ipbmenu' id='more_apps'>{$this->lang->words['more_apps']} <img src='{$this->settings['img_url']}/useropts_arrow.png' /></a> </li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <li class="nav_item_show"><a href="#">My Link</a></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <li id='nav_other_apps' style='display: none'> <a href='#' class='ipbmenu' id='more_apps'>{$this->lang->words['more_apps']} <img src='{$this->settings['img_url']}/useropts_arrow.png' /></a> </li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Category Tabs by IPS Themes --> | |
| <if test="$this->settings['tcCategoryTabs_enabled'] == '1'"> | |
| <php> | |
| $cats = $this->settings['tcCategoryTabs_tabCategories']; | |
| </php> | |
| <script type="text/javascript"> | |
| isjQuery = false; | |
| if (!window.jQuery) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <xen:require js="js/XenthemesSlider/options_auto_text_box.js" /> | |
| <style> | |
| .inputMediaId | |
| { | |
| width: 30%!important; | |
| } | |
| .inputThumbUrl | |
| { |