To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

F.A.Q. - Read it first! - Portal as home page

Matteo - 03-09-2010, 23:06
Temat postu: Portal as home page
[ Question ]: I want to have portal as homepage, how can I do this?

[ Answer ]:

open index.php
FIND:
Kod:
<?php
AFTER, ADD:
Kod:
if($_SERVER['REQUEST_URI'] == '/') include('portal.php');


(original content)



Powered by phpBB modified by Przemo © 2003 phpBB Group