![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 1 640 Pomógł: 28 Dołączył: 13.02.2003 Skąd: Międzyrzecz/Poznań Ostrzeżenie: (0%) ![]() ![]() |
W jaki sposb wykonac (przyklad poniezej) jest korzysta sie z szablonow, w ktorym chce trzymac tylko sam czysty HTML:
Korzystam z bardzo prostego systemu szablonow, opisanego w: http://forum.php.pl/viewtopic.php?t=16864 Ten post edytował kicaj_ 16.06.2004, 23:02:46 |
|
|
![]() |
![]()
Post
#2
|
|
Grupa: Zarejestrowani Postów: 82 Pomógł: 0 Dołączył: 15.12.2003 Ostrzeżenie: (0%) ![]() ![]() |
[php:1:6a817d14ff]<?php
if($a == $(IMG:http://forum.php.pl/style_emoticons/default/cool.gif) { //formularz do logowania $template = new Templates; $template -> LoadFile('start', 'log.tpl', '../templates'); $template -> Content('title', 'Tytul Strony'); $template -> Content('body', 'fksdufdut8'); $template -> Content('itp', '<font color=red>gdsg</font>'); echo $template -> Display(); } else { $template = new Templates; $template -> LoadFile('start', 'powitalny.tpl', '../templates'); $template -> Content('title', 'Tytul Strony'); $template -> Content('body', 'fksdufdut8'); $template -> Content('itp', '<font color=red>gdsg</font>'); echo $template -> Display(); } ?>[/php:1:6a817d14ff] nie wiem czy o to ci chodziło ? |
|
|
![]() ![]() |
![]() |
Aktualny czas: 28.09.2025 - 09:42 |