File indexing completed on 2025-01-26 05:30:12
0001 <?php 0002 /** 0003 * ocs-webserver 0004 * 0005 * Copyright 2016 by pling GmbH. 0006 * 0007 * This file is part of ocs-webserver. 0008 * 0009 * This program is free software: you can redistribute it and/or modify 0010 * it under the terms of the GNU Affero General Public License as 0011 * published by the Free Software Foundation, either version 3 of the 0012 * License, or (at your option) any later version. 0013 * 0014 * This program is distributed in the hope that it will be useful, 0015 * but WITHOUT ANY WARRANTY; without even the implied warranty of 0016 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 0017 * GNU Affero General Public License for more details. 0018 * 0019 * You should have received a copy of the GNU Affero General Public License 0020 * along with this program. If not, see <http://www.gnu.org/licenses/>. 0021 **/ 0022 0023 return array ( 0024 'favicon' => '/favicon.ico', 0025 0026 'head' => array( 0027 'browser_title' => 'pling.it', 0028 'browser_title_prepend' => 'pling.it - ', 0029 'meta_author' => 'Pling US, LLC', 0030 'meta_description' => '', 0031 'meta_keywords' => '' 0032 ), 0033 0034 'homepage' => array( 0035 'logo' => array( 0036 'background-image' => 'url(\'/theme/flatui/img/new/pling-logo-large.png\')', 0037 'background-position' => 'inherit', 0038 'background-repeat' => 'no-repeat', 0039 'height' => '108px', 0040 'width' => '200px' 0041 ), 0042 'headline' => '<h2>The Donation Platform</h2> 0043 <h3>to support free products and services.</h3> 0044 0045 <p> 0046 <a class="btn btn-primary btn-native btn-large watch-video" href="#homepage-video" 0047 data-toggle="modal">Watch Video</a> 0048 <a class="btn btn-primary btn-pling-red btn-large" href="/register">Get Started</a> 0049 </p>' 0050 ), 0051 0052 'footer_heading' => 'The Donation Platform - pling.it', 0053 0054 'domain' => 'pling.it', 0055 0056 'header' => array( 0057 'background-image' => 'none', 0058 'background-color' => '#e2e2e2', 0059 'color' => '#0A0A0A', 0060 'height' => '90px' 0061 ), 0062 0063 'header-logo' => array( 0064 'background-image' => 'none', 0065 'height' => '76px', 0066 'width' => '140px', 0067 'top' => '10px', 0068 'left' => '0', 0069 'image-src' => '/theme/flatui/img/new/pling-logo-large.png' 0070 ), 0071 0072 'header-nav' => array( 0073 'color-active' => '#60bcff', 0074 'color-hover' => '#60bcff' 0075 ), 0076 0077 'header-nav-tabs' => array( 0078 'background-color' => '#609dca', 0079 'border-color' => '#a3acfd', 0080 'border-radius' => '5px 5px 0 0', 0081 'border-style' => 'solid solid none', 0082 'border-with' => '2px 2px 0', 0083 'height' => '24px', 0084 'margin-right' => '2px', 0085 'background-color-active' => '#60bcff', 0086 'absolute-left' => '310px', 0087 'absolute-right' => '30px' 0088 ), 0089 0090 );