Yeni buton ekleme
herkes gorur:
Kod:
// Show the [istediini koy] button.
echo '<li><a href="link">' , isim , '</a></li>';
adminler gorur:
Kod:
// Show the [istediini koy] button.
if ($context['allow_admin'])
echo '<li><a href="link">' , isim , '</a></li>';
login yapmislar gorur:
Kod:
// Show the [istediini koy] button.
if ($context['user']['is_logged'])
echo '<li><a href="link">' , isim , '</a></li>';
__________________
I walk this empty street on the boulevard of broken dreams where the city sleeps and I'm the only one and I walk alone!!
|