Changeset 10599 for trunk/modules/boonex/news/classes/BxNewsModule.php
- Timestamp:
- 05/25/09 00:00:45 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/news/classes/BxNewsModule.php
r10042 r10599 56 56 * Service methods 57 57 */ 58 function servicePostBlock() { 58 function servicePostBlock() { 59 59 60 $aVariables = array( 60 'include_css' => $this->_oTemplate->addCss(array(' forms_adv.css', 'post.css'), true),61 'include_css' => $this->_oTemplate->addCss(array('post.css'), true), 61 62 'post_form' => $this->_oTextData->getPostForm(array('status' => BX_NEWS_STATUS_INACTIVE)) 62 63 ); … … 70 71 71 72 $aVariables = array( 72 'include_css' => $this->_oTemplate->addCss(array(' forms_adv.css'), true),73 'include_css' => $this->_oTemplate->addCss(array('post.css'), true), 73 74 'post_form' => $this->_oTextData->getEditForm($aNews, array('status' => BX_NEWS_STATUS_INACTIVE)) 74 75 );
Note: See TracChangeset
for help on using the changeset viewer.