<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<head>
<script type="application/javascript">
var tplUrl = '<{$xoops_url}>/modules/system/themes/transition';
</script>
<{includeq file="$theme_tpl/xo_metas.tpl"}>
<{includeq file="$theme_tpl/xo_scripts.tpl"}>
</head>
<body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>">
<{includeq file="$theme_tpl/xo_head.tpl"}>
<{includeq file="$theme_tpl/xo_globalnav.tpl"}>
<{includeq file="$theme_tpl/xo_toolbar.tpl"}>
<{includeq file="$theme_tpl/xo_page.tpl" }>
<{includeq file="$theme_tpl/xo_footer.tpl"}>
</body>
</html>
|