Layouts for UCP - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Layouts for UCP (
/showthread.php?tid=297837)
Layouts for UCP -
Ricop522 - 18.11.2011
Anyone knows a good website to download a nice layouts for my ucp server?
Ty+rep
Re: Layouts for UCP -
ca2k - 18.11.2011
That depends, what kind of layout are you looking for?
CSS:
http://www.freecsstemplates.org
Re: Layouts for UCP -
Ricop522 - 18.11.2011
A basic layout for my UCP o/
ty to your reply
Re: Layouts for UCP -
Mozz - 18.11.2011
i dont think they come seperately but more as packages
Re: Layouts for UCP -
DirtyLilFreak - 18.11.2011
Why dont you create your own layout for a UCP? Isnt it easy if you can code a UCP in php? HTML is easier than PHP afaik.
Re: Layouts for UCP -
Norn - 18.11.2011
Quote:
Originally Posted by DirtyLilFreak
Why dont you create your own layout for a UCP? Isnt it easy if you can code a UCP in php? HTML is easier than PHP afaik.
|
HTML is a markup language which tells the browser what to display, PHP is a programming language that's mixed with html to generate dynamic pages.
They can't be compared.