Ignore:
Timestamp:
Jul 24, 2012, 3:34:31 PM (12 years ago)
Author:
Sixpo
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Wall/themeconf.inc.php

    r12716 r16971  
    11<?php
     2
    23/*
     4
    35Theme Name: Wall
     6
    47Version: auto
    58Description: Wall
     9
    610Theme URI: http://piwigo.org/ext/extension_view.php?eid=542
     11
    712Author: Sixpo
     13
    814Author URI:
     15
    916*/
    1017
     18
     19
    1120$themeconf = array(
     21
    1222  'theme' => 'Wall',
     23
    1324  'parent' => 'default',
     25
    1426  'icon_dir' => 'themes/Wall/icon',
     27
    1528);
     29
    1630?>
     31
Note: See TracChangeset for help on using the changeset viewer.