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

Legend:

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

    r12714 r16970  
    11<?php
     2
    23/*
     4
    35Theme Name: Metal
     6
    47Version: auto
    58
    69Theme URI: http://piwigo.org/ext/extension_view.php?eid=553
    710
     11
    812Author: Sixpo
     13
    914Author URI:
     15
    1016*/
    1117
     18
     19
    1220$themeconf = array(
     21
    1322  'theme' => 'Metal',
     23
    1424  'parent' => 'default',
     25
    1526  'icon_dir' => 'themes/Metal/icon',
     27
    1628);
     29
    1730?>
     31
Note: See TracChangeset for help on using the changeset viewer.