You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Bandyy
Как разделить шаблон в DLE, что бы при заходе в другие разделы загружался другой tpl?
Для галереи нашел решение:
if( $do == 'photo' ) $tpl->load_template ( 'main_photo.tpl' );
else $tpl->load_template ( 'main.tpl' );
Для статичных страниц не могу найти, точнее не помогает предыдущий прием.
if( $do == 'opisanie.html' ) $tpl->load_template ( 'main_photo.tpl' );
else $tpl->load_template ( 'main.tpl' );
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.