Typesetter-Original-gtbu/themes/Three_point_5/settings.php

20 lines
363 B
PHP

<?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';