Diskusijų forumai
Diskusijų forumai     Kompiuterinė grafika, dizainas     Tinklalapių dizainas     Dizainerio pradžia.



Dizainerio pradžia.

artdesign
Naujokas

 
Sveiki.
Atėjau su tokią bedą. Aš pradėjau pritaikyti pagal tokia pamoką, iš V6 į V7. Ir dabar sustojau, nes visiškai nieko nesuprantu. Štai kodas. Dabar tik themes.php pritaikau.
<?php

if (!defined("IN_FUSION")) { die("Access Denied"); }
define("THEME_BULLET", "<span class='bullet'>·</span>");

require_once INCLUDES."theme_functions_include.php";



function render_page($license=false) {

 global $settings;

 //Header
 echo "<table cellpadding='0' cellspacing='0' width='$theme_width' align='center'>\n<tr>\n";>
 echo "<td>\n";
 
echo"<div id='header'>";



echo"</div>";



 echno "</td>\n</tr>\n</table>\n";

//Next step goes here
echo "
</tr>
</table>\n";
tablebreak();
echo "
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='footer'><br>".stripslashes($settings['footer'])."</td>
</tr>
<tr>
<td align='center' class='footer'>\n";
if ($license == false) {
echo "Powered by <a href='http://www.php-fusion.co.uk' target='_blank'>PHP-Fusion</}
e
cho $settings['counter']." ".($settings['counter'] == 1 ? $locale['140']."<br><br>
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}