コード例 #1
0
ファイル: settings.php プロジェクト: VTAMAGNO/gpEasy-CMS
<?php

$GP_GETALLGADGETS = true;
$link = common::Link('', '%s');
gpOutput::Area('header', '<h1>' . $link . '</h1>');
gpOutput::Area('link_label', '<h3>%s</h3>');
/*
 * Settings for True WYSIWYG
 * No longer needed with ckeditor 4
 * @deprecated 3.6
 */
$GP_STYLES = array();
$GP_STYLES[] = '#content2';
$GP_STYLES[] = '.right_content';
$GP_STYLES[] = '.footer_col';
コード例 #2
0
ファイル: settings.php プロジェクト: rizub4u/gpEasy-CMS
<?php

//tell the output preparation functions GetAllGadgets() is not being used in this template
//$GP_GETALLGADGETS = false;
/*
 * True WYSIWYG
 * 	This theme is configured to use True WYSIWYG editing in gpEasy
 * 	If you modify the HTML or CSS for this theme, you may need to
 *  look at how the $GP_STYLES variable below affects editing
 * 	See: http://docs.gpeasy.org/index.php/Main/True_WYSIWYG
 *
 */
$GP_STYLES = array();
$GP_STYLES[] = '#container';
$GP_STYLES[] = '#footercontainer';
$GP_STYLES[] = '#header3';
gpOutput::Area('link_label', '<div class="links">%s</div>');
コード例 #3
0
ファイル: settings.php プロジェクト: rizub4u/gpEasy-CMS
<?php

/*
 * True WYSIWYG
 * 	This theme is configured to use True WYSIWYG editing in gpEasy
 * 	If you modify the HTML or CSS for this theme, you may need to
 *  look at how the $GP_STYLES variable below affects editing
 * 	See: http://docs.gpeasy.org/index.php/Main/True_WYSIWYG
 *
 */
$GP_GETALLGADGETS = true;
$GP_STYLES = array();
$GP_STYLES[] = '#content';
$GP_STYLES[] = '.footarea';
$link = common::Link('', '%s');
gpOutput::Area('header', '<h1>' . $link . '</h1>');