Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Error With Template 
 
Hi, I have made a sam broadcarter mod to show infromation from a live stream radio but I have problems with the template.

The footer appears displaced and the right shadow does not appear. :S

toma1

toma2


radio.tpl
Code: [Download] [Hide] [Select]
<!-- INCLUDE breadcrumbs.tpl -->
{IMG_THL}{IMG_THC}<span class="forumlink">Radio</span>{IMG_THR}
<table class="forumlinenb" width="100%" cellspacing="0" cellpadding="0">
<tr>
<th>Estado</th>
<th>Formato</th>
<th>Bitrate</th>
<th>Frecuencia</th>
<th>Escuchas</th>
</tr>
<tr>
<td><div class='row1' align='center'>{ENCODERS}</div></td>
<td class='row1'>{FORMAT}</td>
<td class='row1'>{BITRATE} Kbps</td>
<td class='row1'>{FREQUENCY} kHz</td>
<td class='row1'>{VIEWERS}/{VIEWERS_MAX}</td>
</tr>
</table>{IMG_TFL}{IMG_TFC}{IMG_TFR}

<br />

{IMG_THL}{IMG_THC}<span class="forumlink">Ultimos Temas</span>{IMG_THR}
<table class="forumlinenb" width="100%" cellspacing="0" cellpadding="0">

{HISTORY}
{IMG_TFL}{IMG_TFC}{IMG_TFR}
</table>


radio.php
Code: [Download] [Hide] [Select]
<?php
/***************************************************************************
* radio.php
***************************************************************************/

define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.' . $phpEx);

// Start session management
$userdata = defined('IS_ICYPHOENIX') ? session_pagestart($user_ip) : session_pagestart($user_ip, PAGE_ALBUM);
init_userprefs($userdata);
// End session management

/*
+----------------------------------------------------------
| Start output the page
+----------------------------------------------------------
*/

//$page_title = $lang['Album'];
$meta_description = $lang['Radio'];
$meta_keywords = $lang['Radio'];

include($phpbb_root_path . 'includes/page_header.' . $phpEx);
include ($phpbb_root_path . 'radio_info.' . $phpEx);

$template->set_filenames(array('body' => 'radio_history.tpl'));

$template->assign_vars(array(
'HISTORY' => $history,
'ENCODERS' => $encoders_started,
'FORMAT' => $relays_format,
'BITRATE' => $relays_bitrate,
'VIEWERS' => $relays_viewers,
'VIEWERS_MAX' => $relays_viewes_max)
);

// Generate the page
$template->pparse('body');


include($phpbb_root_path . 'includes/page_tail.' . $phpEx);

?>


Anyone can help me?
 



 
seinSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Error With Template 
 
I think you edited the overall_foter.tpl also..didn't you?
If so, can you post that code also?

Greetings
 



 
dNowSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You 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


  

 

  cron