Hi,
thank for your work!
I have just install Photoblog on a joomla 1.5 website.
Nut i have this error :
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/a/annuaire/www/articles_bateaux/administrator/components/com_photoblog/classes/photoblog.php on line 13
I show you the beginning of code :
| Code: |
<?php
/**
* @package Photoblog
* @copyright Copyright (C) 2009 Marco Beierer / webguerilla.net. All rights reserved.
* @license GNU/GPL v3, see LICENSE.php
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
class Photoblog extends JObject
{
public $params;
public $title;
public $description;
public $labelposition;
public $thumbsize;
/**
* constructor loads config from the database
*/
public function __construct()
{
|
can u please help me ?
I have download :
Photoblog Gallery Component (Full)