Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
avena
/
tutsplus_building-wordpress-themes-with-bootstrap
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
tutsplus_bui...
/
sidebar.php
sidebar.php
88 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
7
8
<?php
if(is_active_sidebar('main-sidebar')) {
dynamic_sidebar('main-sidebar');
}
?>