PHP Classes

File: htdocs/themes/default/modules/system/system_redirect.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/default/modules/system/system_redirect.tpl   Download  
File: htdocs/themes/default/modules/system/system_redirect.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: Merge pull request #1396 from luciorota/patch-9

Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

Add default for $xoops_logdump

Fixes #977
Fix a few template errors

These were observed while investigating the debugLevel default issue
Merge xswatch4
Date: 2 months ago
Size: 2,007 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> <head> <!-- title and metas --> <title><{if !empty($xoops_pagetitle)}><{$xoops_pagetitle}> : <{/if}><{$xoops_sitename}></title> <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>"/> <meta name="robots" content="<{$xoops_meta_robots}>"/> <meta name="keywords" content="<{$xoops_meta_keywords}>"/> <meta name="description" content="<{$xoops_meta_description}>"/> <meta name="rating" content="<{$xoops_meta_rating}>"/> <meta name="author" content="<{$xoops_meta_author}>"/> <meta name="copyright" content="<{$xoops_meta_copyright}>"/> <meta name="generator" content="XOOPS"/> <{if !empty($url)}> <meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>"/> <{/if}> <!-- path favicon --> <link rel="shortcut icon" type="image/ico" href="<{xoImgUrl 'icons/favicon.ico'}>"/> <link rel="icon" type="image/png" href="<{xoImgUrl 'icons/favicon.png'}>"/> <!-- include xoops.js and others via header.php --> <{$xoops_module_header}> <!-- Xoops style sheet --> <link rel="stylesheet" type="text/css" media="screen" href="<{xoAppUrl 'xoops.css'}>"/> <!-- Theme style sheets --> <link rel="stylesheet" type="text/css" media="screen" title="Color" href="<{xoImgUrl 'style.css'}>"/> </head> <body id="xo-refresh"> <div id="xo-wrapper" class="container center"> <div id="xo-redirect"> <div class="message"> <{$message}> <br> <img src="<{xoImgUrl 'icons/ajax_indicator_01.gif'}>" alt="<{$message}>"/> </div> <div class="notreload"> <{$lang_ifnotreload}> </div> <{if !empty($xoops_logdump)}> <div><{$xoops_logdump}></div> <{/if}> </div> </div> </body> </html>