Hi!
How can I make a blank page without using .tpl files?
with the previous release, I used: includes/page_header.php and includes/page_tail.php
SOLVED New Blank Page
Subject: Re: New Blank Page
Last edited by mort on Thu 02 Aug, 2012 13:32; edited 1 time in total
Not exactly sure what you are trying to do :(
But the file name would have to be a php file - myFile.php etc. Then you would have to echo the mark-up something like this.
If you have other apostrophes in whatever you add then you would need to comment them out like so.
As I said - Not exactly sure what you are trying to do?
But the file name would have to be a php file - myFile.php etc. Then you would have to echo the mark-up something like this.
<?php
echo '<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="bgextra">
<div align="center">
<a href="blah/index.php?">Some tag or image</a>
</div>
</td>
</tr>
</table>
';
?>
echo '<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="bgextra">
<div align="center">
<a href="blah/index.php?">Some tag or image</a>
</div>
</td>
</tr>
</table>
';
?>
If you have other apostrophes in whatever you add then you would need to comment them out like so.
<?php
echo '<table width=\'100%\' cellpadding=\'0\' cellspacing=\'0\' border=\'0\'>
<tr>
<td class=\'bgextra\'>
<div align=\'center\'>
<a href=\'blah/index.php?\'>Some tag or image</a>
</div>
</td>
</tr>
</table>
';
?>
echo '<table width=\'100%\' cellpadding=\'0\' cellspacing=\'0\' border=\'0\'>
<tr>
<td class=\'bgextra\'>
<div align=\'center\'>
<a href=\'blah/index.php?\'>Some tag or image</a>
</div>
</td>
</tr>
</table>
';
?>
As I said - Not exactly sure what you are trying to do?
Last edited by mort on Thu 02 Aug, 2012 13:32; edited 1 time in total
Subject: Re: New Blank Page
How can I call them?
here it's my previous request: http://www.icyphoenix.com/viewtopic.php?t=3227 :mricy:
Informpro wrote: [View Post]
How can I call them?
here it's my previous request: http://www.icyphoenix.com/viewtopic.php?t=3227 :mricy:
Subject: Re: New Blank Page
I don't think having 500 pages is a good idea anyway ... What are they "about" ?
Subject: Re: New Blank Page
today there are 5.500 pages :mricy:
I don't know how I can call these 2 functions in my blank page.
I tried to use:
page_header($title = '', $parse_template = false);
but it doesn't work
Informpro wrote: [View Post]
today there are 5.500 pages :mricy:
I don't know how I can call these 2 functions in my blank page.
I tried to use:
page_header($title = '', $parse_template = false);
but it doesn't work
Subject: Re: New Blank Page
I don't know why you have so many pages... but you can achieve the same result in several ways.
Try to check this tutorial: CUSTOMIZATION - Create A Custom Page In Icy Phoenix 2.0
Try to check this tutorial: CUSTOMIZATION - Create A Custom Page In Icy Phoenix 2.0
Subject: Re: [SOLVED] New Blank Page
It works, but now I have a little problem with special characters, look at: www.salsapuglia.com/discografie/ale...juangabriel.php
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.0889s (PHP: 22% SQL: 78%)
SQL queries: 14 - Debug Off - GZIP Enabled