Current time: 03-21-2010, 01:07 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Page Manager] Share your custom pages
03-19-2010, 04:20 PM
Post: #51
RE: [Page Manager] Share your custom pages
Options > Enable Page Wink

Visit this user's website Find all posts by this user
Quote this message in a reply
Yesterday, 11:18 AM (This post was last modified: Yesterday 11:19 AM by Inaro.)
Post: #52
RE: [Page Manager] Share your custom pages
Okay thanks for the help everything works. Still have one problem because I have a good php code on a regular page that displays them on the entire page in the cast him into the code and page php.xml manger displays it strangely http://plgf-ls.pl/misc.php?page=pytania see for yourself. php page = http://plgf.xaa.pl/rejestracja2.php questions and here is the very same code, and displays them on the entire page, why? Even give the code from the Page Manger php.xml

Code:
<?php

global $headerinclude, $header, $theme, $footer;

$template='<html>
<head>
<title>'.$pages['name'].'</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="'.$theme['borderwidth'].'" cellpadding="'.$theme['tablespace'].'" class="tborder">
<thead>
<tr>
<td class="thead">
<strong>'.$pages['name'].'</strong>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="trow1"><iframe src="/rejestracja2.php"&nbsp;width="1100" height="1100" frameborder="0" scrolling="no"></iframe></td>
</tr>
</tbody>
</table>
<br />
{$footer}
</body>
</html>';

$template=str_replace("\'", "'", addslashes($template));

add_breadcrumb($pages['name']);

eval("\$page=\"".$template."\";");

output_page($page);

?>

I am Polish and I am a Pole, I do not write correctly in English.
Welcome to all my work http://www.Inaro.tk EN!
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: