Mortymer Posted May 8, 2009 Share Posted May 8, 2009 <embed src="полный адрес файла" autostart="true" loop="1" hidden="true"></embed> Вопрос, в какой шаблон надо вставить код, чтобы файл проигрывался при посещении определенной темы? Или определенного раздела форума. Link to comment Share on other sites More sharing options...
andaril Posted May 8, 2009 Share Posted May 8, 2009 <if="intval($this->ipsclass->input['t']) == ID Темы">тег</if> - для определенной темы<if="intval($this->ipsclass->input['f']) == ID Раздела">тег</if> - для определенного раздела Link to comment Share on other sites More sharing options...
Mortymer Posted May 8, 2009 Author Share Posted May 8, 2009 Т.е. можно в главный шаблон? Link to comment Share on other sites More sharing options...
andaril Posted May 9, 2009 Share Posted May 9, 2009 ну можно в конец global_board_header (skin_global) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now