Ignore:
Timestamp:
May 25, 2010, 10:54:34 PM (14 years ago)
Author:
vdigital
Message:

Admin page design review mainly for the "clear" theme
Code review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/charlies_content/charlies.inc.php

    r3974 r6360  
    88{
    99  global $page, $template, $charlie, $conf;
    10 
    1110  // Which player is needed?
    1211  $player = '';
     
    7675  $bg = get_root_url().'plugins/charlies_content/background.png';
    7776
    78   //var_dump($fileinfo);
     77  #     var_dump($fileinfo);
    7978
    8079  // Assign as much we can to offer different fields to display
     
    110109      )
    111110    );
    112 
    113111  $ret = $template->parse('default_content', true);
    114 //  echo $ret;
    115112  return $ret;
    116113}
Note: See TracChangeset for help on using the changeset viewer.