Ticket #124 (closed баг: fixed)

Opened 6 weeks ago

Last modified 2 weeks ago

Не выводится сайдбар в ТОПе

Reported by: Степан Танасийчук <stepan.tanasiychuk@…> Owned by: ort
Priority: нормальный Component: общее
Version: 0.4 Keywords:
Cc:

Description

Не выводится сайдбар в ТОПе. Так задумано? На ЛС тоже http://livestreet.ru/top/

Добавил в конфиге путь

'___path.root.web___/top',

к

$config['block']['rule_index_blog']

и заработало

Все вместе:

$config['block']['rule_index_blog'] = array(
	'path' => array( 
		'___path.root.web___/blog$',
		'___path.root.web___/blog/*$',
		'___path.root.web___/blog/*/page\d+$',
		'___path.root.web___/blog/*/*\.html$',
		'___path.root.web___/blog/*\.html$',
		'___path.root.web___/top',
		'___path.root.web___/top/*$',
	),

Attachments

Change History

Changed 2 weeks ago by ort

  • status changed from new to closed
  • resolution set to fixed

Add/Change #124 (Не выводится сайдбар в ТОПе)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.