Changeset 2255412
- Timestamp:
- 03/06/2020 05:51:54 AM (6 years ago)
- File:
-
- 1 edited
-
wpyog-documents/trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpyog-documents/trunk/index.php
r2192724 r2255412 187 187 if(!empty($documentRows)) { 188 188 $ext = pathinfo($documentRows[0]->document_link, PATHINFO_EXTENSION); 189 $iconClass = fileExtention($ext);189 $iconClass = wpyog_fileExtention($ext); 190 190 ?> 191 191 <div class="wpyog-doc-box">
Note: See TracChangeset
for help on using the changeset viewer.