description = "Service Page" [builderList services] modelClass = "Linus\Services\Models\Service" scope = "-" scopeValue = "{{ :scope }}" displayColumn = "name" noRecordsMessage = "No records found" detailsPage = "-" detailsUrlParameter = "id" pageNumber = "{{ :page }}" sortColumn = "order_id" sortDirection = "asc" == addCss(CombineAssets::combine($css, base_path('themes/linus'))); $this->addJs(CombineAssets::combine($scripts, base_path('themes/linus'))); $theme = Cms\Classes\Theme::getEditTheme(); $pageList = new RainLab\Pages\Classes\PageList($theme); $allPages = $pageList->listPages(); $this['heroIn'] = null; foreach ($allPages as $pg) { if($pg->id == 'service-banner') { $this['heroIn'] = $pg; } } $this['slug'] = $this->param('slug'); } ?> == {% partial 'site/head' %} {% partial 'site/header' %} {% partial 'hero-banner' %}
You can browse our other services.