diff --git a/src/app/frontend/views/page/index.php b/src/app/frontend/views/page/index.php index 3302a28..d3030a9 100644 --- a/src/app/frontend/views/page/index.php +++ b/src/app/frontend/views/page/index.php @@ -72,12 +72,12 @@ if(in_array($k, config::get( 'equipment' ))) continue; $data_catalog .= - '
'. - ''. - '
'; + '
'. + ''. + '
'; if( !empty( $c['sub'] ) ) { @@ -94,6 +94,36 @@ echo( $data_catalog ); ?> + + + '. + ''. + '
'. + '
'. + '
'; + else: + $c['title'] = "Луковичные"; + $data = + '
'. + ''. + '
'. + '
'. + '
'; + endif; + echo $data; + ?> + +
-- libgit2 0.21.4