Changeset 577 for trunk/admin/index.php


Ignore:
Timestamp:
Sep 11, 2013, 10:37:54 PM (11 years ago)
Author:
chronos
Message:
  • Modified: Moved some code from global to system file. System class is now serving as main application class. Now old files which still use ShowPage function need system initialization with $InitSystem = true; before global.php inclusion.
  • Modified: Get rid of some global reference to $System, $Config and $User variables.
  • Modified: Search result functionality moved to application module from action.php file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/index.php

    r566 r577  
    11<?php
    22
     3$InitSystem = true;
    34include_once('../includes/global.php');
    45include_once('../img_level.php');
     
    2021  '<small>Ihned provede přegenerování všech obrázků úrovní překladatelů</small><br/><br/>'.   
    2122  '<a href="'.$System->Link('/news/?a=add').'">Přidání aktuality</a><br/>'.
    22   '<small>Přidá aktulitu na hlavní stranu projektu</small><br/><br/>'.   
     23  '<small>Přidá aktualitu na hlavní stranu projektu</small><br/><br/>'.   
    2324  '<a href="'.$System->Link('/admin/?action=testing').'">Testování</a><br/>'.
    2425  '<small>Testovací funkce</small><br/><br/>';   
Note: See TracChangeset for help on using the changeset viewer.