Revision 1606
Added by Dietmar almost 13 years ago
index.php | ||
---|---|---|
40 | 40 |
echo defined('DEFAULT_CHARSET') ? DEFAULT_CHARSET : 'utf-8'; ?>" /> |
41 | 41 |
<meta name="description" content="<?php page_description(); ?>" /> |
42 | 42 |
<meta name="keywords" content="<?php page_keywords(); ?>" /> |
43 |
<?php |
|
43 |
<link rel="stylesheet" type="text/css" href="<?php |
|
44 |
echo TEMPLATE_DIR; ?>/template.css" media="screen,projection" /> |
|
45 |
<link rel="stylesheet" type="text/css" href="<?php |
|
46 |
echo TEMPLATE_DIR; ?>/print.css" media="print" /> |
|
47 |
<title><?php page_title('', '[WEBSITE_TITLE]'); ?></title> |
|
48 |
<?php |
|
44 | 49 |
// automatically include optional WB module files (frontend.css, frontend.js) |
45 | 50 |
if (function_exists('register_frontend_modfiles')) { |
46 | 51 |
register_frontend_modfiles('css'); |
52 |
// register_frontend_modfiles('jquery'); |
|
47 | 53 |
register_frontend_modfiles('js'); |
48 | 54 |
} ?> |
49 |
<link rel="stylesheet" type="text/css" href="<?php |
|
50 |
echo TEMPLATE_DIR; ?>/template.css" media="screen,projection" /> |
|
51 |
<link rel="stylesheet" type="text/css" href="<?php |
|
52 |
echo TEMPLATE_DIR; ?>/print.css" media="print" /> |
|
53 |
<title><?php page_title('', '[WEBSITE_TITLE]'); ?></title> |
|
54 | 55 |
</head> |
55 | 56 |
|
56 | 57 |
<body> |
... | ... | |
125 | 126 |
$redirect_url = (isset($thisApp->redirect_url) ? $thisApp->redirect_url : $redirect_url ); |
126 | 127 |
?> |
127 | 128 |
<form name="login" action="<?php echo LOGIN_URL; ?>" method="post"> |
128 |
<input type="hidden" name="redirect" value="<?php echo $redirect_url;?>" /></p>
|
|
129 |
<input type="hidden" name="redirect" value="<?php echo $redirect_url;?>" /> |
|
129 | 130 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="150" align="center" style="margin-top: 10px;"> |
130 | 131 |
<tr> |
131 | 132 |
<td class="border"> |
Also available in: Unified diff
some little changes and fixes in template allcss and round
add // register_frontend_modfiles('jquery'); to activate comment out
Set version to 2.71