PHP Classes

File: templates/publisher_header.tpl

Recommend this page to a friend!
  Packages of Michael Beck   XOOPS Publisher Module   templates/publisher_header.tpl   Download  
File: templates/publisher_header.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XOOPS Publisher Module
Publish static HTML content and article with XOOPS
Author: By
Last change: PHP8 Smarty defaults
added smarty defaults
PHP8 defaults
updates
Merge branch 'master' of https://github.com/XoopsModules25x/publisher
Merge pull request #126 from luciorota/patch-1

Update Item.php
Date: 7 months ago
Size: 1,949 bytes
 

Contents

Class file image Download
<{if $collapsable_heading|default:0 == 1}> <script type="text/javascript"><!-- function goto_URL(object) { window.location.href = object.options[object.selectedIndex].value; } function toggle(id) { if (document.getElementById) { obj = document.getElementById(id); } if (document.all) { obj = document.all[id]; } if (document.layers) { obj = document.layers[id]; } if (obj) { if (obj.style.display == "none") { obj.style.display = ""; } else { obj.style.display = "none"; } } return false; } var iconClose = new Image(); iconClose.src = 'assets/images/links/close12.gif'; var iconOpen = new Image(); iconOpen.src = 'assets/images/links/open12.gif'; function toggleIcon(iconName) { if (document.images[iconName].src == window.iconOpen.src) { document.images[iconName].src = window.iconClose.src; } else if (document.images[iconName].src == window.iconClose.src) { document.images[iconName].src = window.iconOpen.src; } } //--> </script> <{/if}> <{if $publisher_display_breadcrumb|default:false}> <!-- Do not display breadcrumb if you are on indexpage or you do not want to display the module name --> <{if $module_home|default:false || $categoryPath|default:false}> <ul class="publisher_breadcrumb"> <{if $module_home|default:false}> <li><{$module_home}></li> <{/if}> <{$categoryPath}> </ul><br> <{/if}> <{/if}> <{if $title_and_welcome|default:false && $lang_mainintro|default:'' != ''}> <span><{$lang_mainintro}></span> <{/if}>