<!-- BEGIN switch_xs_enabled -->
<?php
// This code will be visible only if eXtreme Styles mod is installed.
require_once("lgsl/lgsl_module.php");
?>
<!-- END switch_xs_enabled -->
<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0;url=forum/portal.php">
</head>
<body>
</body>
</html>
#
#------[COPY:]------------------------------------
#
./includes/page_header.php
./includes/page_tail.php
#
#------[RENAME YOUR COPIES:]----------------------
#
./includes/page_header.php portal_header.php
./includes/page_tail.php portal_tail.php
#
#------[SAVE RENAMED COPIES:]----------------------
#
portal_header.php in ./includes/portal_header.php
portal_tail.php in ./includes/portal_tail.php
#
#------[COPY:]------------------------------------
#
# NOTE: Do this for all installed templates.
#
,/templates/subSilver/overall_footer.tpl
,/templates/subSilver/overall_header.tpl
#
#------[RENAME YOUR COPIES:]----------------------
#
,/templates/subSilver/overall_footer.tpl portal_footer.tpl
,/templates/subSilver/overall_header.tpl portal_header.tpl
#
#------[SAVE RENAMED COPIES:]----------------------
#
# NOTE: Do this for all installed templates.
#
portal_footer.tpl in ./templates/subSilver/portal_footer.tpl
portal_header.tpl in ./templates/subSilver/portal_header.tpl
#
#------[OPEN:]------------------------------------
#
# NOTE: This is one of the files you should have just created/copied.
#
./includes/portal_header.php
#
#------[FIND:]------------------------------------
#
//
// Parse and show the overall header.
//
$template->set_filenames(array(
'overall_header' => ( empty($gen_simple_header) ) ? 'overall_header.tpl' : 'simple_header.tpl')
);
#
#------[REPLACE WITH:]----------------------------
#
//
// Parse and show the portal header.
//
$template->set_filenames(array(
'overall_header' => ( empty($gen_simple_header) ) ? 'portal_header.tpl' : 'simple_header.tpl')
);
#
#------[OPEN:]------------------------------------
#
# NOTE: This is one of the files you should have just created/copied.
#
./includes/portal_tail.php
#
#------[FIND:]------------------------------------
#
$template->set_filenames(array(
'overall_footer' => ( empty($gen_simple_header) ) ? 'overall_footer.tpl' : 'simple_footer.tpl')
);
#
#------[REPLACE WITH:]----------------------------
#
$template->set_filenames(array(
'overall_footer' => ( empty($gen_simple_header) ) ? 'portal_footer.tpl' : 'simple_footer.tpl')
);
#
#------[OPEN:]------------------------------------
#
./portal.php
#
#------[FIND:]------------------------------------
#
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
#
#------[REPLACE WITH:]----------------------------
#
include($phpbb_root_path . 'includes/portal_header.'.$phpEx);
#
#------[FIND:]------------------------------------
#
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
#
#------[REPLACE WITH:]----------------------------
#
include($phpbb_root_path . 'includes/portal_tail.'.$phpEx);Cr@b.By писал(а):хотелось бы:
Cr@b.By писал(а):с помощю чего можно реализовать распечатку
VVVas писал(а):Ну так возьмите и переверстите. Там же простая html верстка.
<table class="forumline" width="100%" cellspacing="0" cellpadding="2" border="0" >
<tr><th>{TITLE}</th></tr>Вернуться в Запросы модов для phpBB 2.0.x
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 0