This commit is contained in:
genuineparts 2025-06-20 20:13:51 +02:00
parent aa052ee9dc
commit 114e22bbab
10 changed files with 115 additions and 99 deletions

View file

@ -1,7 +1,7 @@
<?php
/**
* Project: astat - simple site engine
* File: /inc/core.class.php
* Project: BeCast WebEngine - simple site engine
* File: /inc/core.class.php
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@ -17,16 +17,16 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* @link http://www.astat.org SVN: $URL: http://svn.becast.at/astat/trunk/inc/core.class.php $
* @copyright 2025 becast.at
* @link http://www.becast.at
* @copyright 2009 - 2025 becast.at
* @author Bernhard Jaud <bernhard at becast dot at>
* @package astat core
* @package BcWe core
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: core.class.php 154 2012-03-27 21:50:46Z genuineparts $
* @version $Id$
*/
$module['core']['name']='Core Class';
$module['core']['ver']='0.9.81';
$module['core']['ver']='0.9.9';
class Core{
@ -84,7 +84,7 @@ class Core{
*
* @var string
*/
var $ver_minor='0';
var $ver_minor='1';
/**
*
@ -100,7 +100,7 @@ class Core{
*
* @var string
*/
var $ver_codename='Antiochos';
var $ver_codename='Tim';
/**
*
@ -516,7 +516,7 @@ class Core{
* Renders the Page
*
* @param string $content The content for the page
* @param bool $minimal Render the Page in a minaml mode (e.g. for redirect)
* @param bool $minimal Render the Page in a minmal mode (e.g. for redirect)
* @param string $minimal_tpl Custom minimal template
* @param string $header_tpl Custom header template
* @param string $footer_tpl Custom footer template