Changeset 517 in t29-www
- Timestamp:
- Feb 19, 2014, 12:43:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/host.php
r516 r517 94 94 **/ 95 95 public function ressources_get_pagestyle($seiten_id) { 96 $ressources = $this->ressources_array(); 96 97 // We address the css property directly with the [1] index. Bad! 97 return $ this->ressources_array()['page_dir'][1] . '/' . $seiten_id . '.css';98 return $ressources['page_dir'][1] . '/' . $seiten_id . '.css'; 98 99 } 99 100
Note: See TracChangeset
for help on using the changeset viewer.