Changeset 7423
- Timestamp:
- May 27, 2008, 2:41:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.12.x/webapp/lib/smarty_plugins/function.t_url_style.php
r7421 r7423 12 12 $skin_filename_list = db_get_c_skin_filename_list(); 13 13 14 $hash = md5(OPENPNE_ ENABLE_ROLLOVER . OPENPNE_SKIN_THEME . $custom_css . serialize($decoration_config) . serialize($colors) . serialize($skin_filename_list));14 $hash = md5(OPENPNE_VERSION . OPENPNE_ENABLE_ROLLOVER . OPENPNE_SKIN_THEME . $custom_css . serialize($decoration_config) . serialize($colors) . serialize($skin_filename_list)); 15 15 return './xhtml_style.php?hash=' . $hash; 16 16 }
Note: See TracChangeset
for help on using the changeset viewer.