e107 Styles

Fórumok

Freemeteo

15 évvel ezelőtt
Szia FIZI!

A -link- oldalon készítettem egy saját időjárás php file-t. Már több módon próbáltam belőle menüt készíteni, de sehogy sem sikerült. Ha tudnál nekem segíteni azt megköszönném.
15 évvel ezelőtt
Az enyém így néz ki:
<?php
/*
+---------------------------------------------------------------+
|	e107 website system
|   /weather_hu_menu/weather_menu.php
|
|	Written by fizi 2008
|	http://fizi.wsb.hu
|	fizi@wsb.hu
|
|	Released under the terms and conditions of the
|	GNU General Public License (http://gnu.org).
+---------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; }

// [multilanguage]
include_lan(e_PLUGIN."weather_hu_menu/languages/".e_LANGUAGE.".php");


$caption= "".WEATHER_MENU_L1."";


$text= "
<div style=' text-align: center'>

Ide jön a kódod!

</div>";

$ns -> tablerender($caption, $text);

?>
Moderátorok: fizi