Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Dlaczego to divy nie chcą się zrobić w jednej linijce !
Turgon
post
Post #1





Grupa: Zarejestrowani
Postów: 800
Pomógł: 0
Dołączył: 26.11.2005
Skąd: Nowy Sącz

Ostrzeżenie: (0%)
-----


Bo mam taki kodzik szabloniku :
  1. <html>
  2. <head>
  3. <META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=iso-8859-2"/>
  4. <META NAME="Author" CONTENT="Turgon"/>
  5. <META HTTP-EQUIV="Content-Language" CONTENT="pl"/>
  6. <link rel="stylesheet" href="WebRoot/Css/index.css" type="text/css"/>
  7. <title><?php echo $page['title']; ?></title>
  8. </head>
  9. <body>
  10. <div id="logo">
  11. <?php
  12. echo $this->run('block','2');
  13. ?>
  14. </div>
  15. <div id="body">
  16. <div id="leftblock">
  17. <?php
  18. echo $this->run('block','1');
  19. ?>
  20. </div>
  21. <div id="centerblock">
  22. <?php
  23. echo $page['body']; 
  24. ?>
  25. </div>
  26. </div>
  27. </body>
  28. </html>


I chce otrzymać takie body :
Cytat
I can not find file of action.Tutaj można wylistować newsy

a otrzymuje :
Cytat
I can not find file of action.
Tutaj można wylistować newsy


Pomóżcie !?


--------------------
Jah Music Is On My Mind !
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 20.08.2025 - 13:29