removing smarty - part XV (aaaand done!)

- unified lv handling
 * data should always be in the same structure now
 * use of tabs is determined by the template, unless forced)
- Currency: fixed path on detail page
- Profiler: fixed use of dataKey
- Util::alphaMapCheck() 'images/' was removed long ago..; alphaMaps are now in 'cache/'
- Item: REALLY fixed markdown in tooltips
This commit is contained in:
Sarjuuk
2014-07-19 12:30:47 +02:00
parent 0af712a8ff
commit 0e98270827
66 changed files with 726 additions and 908 deletions

View File

@@ -1392,7 +1392,7 @@ class Util
public static function alphaMapCheck($areaId, array &$coords)
{
$file = 'images\\alphaMaps\\'.$areaId.'.png';
$file = 'cache\\alphaMaps\\'.$areaId.'.png';
if (!file_exists($file))
{
self::addNote(U_GROUP_STAFF, 'Util::alphaMapCheck no suitable alphaMap found for area '.$areaId.'. Positional check omitted!');