mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Context 변수 html_footer 충돌 문제 수정
관리자 페이지에서는 photoswipe 꺼두기 시스템 설정의 redirect_url 조정
This commit is contained in:
parent
f0fc9dce29
commit
cfa151b8c2
4 changed files with 9 additions and 9 deletions
|
|
@ -11,7 +11,7 @@ if(!defined('RX_VERSION'))
|
|||
* @author MinSoo Kim <misol.kr@gmail.com>
|
||||
* @brief Add-on to highlight an activated image.
|
||||
*/
|
||||
if($called_position == 'after_module_proc' && Context::getResponseMethod() == "HTML" && !isCrawler())
|
||||
if($called_position == 'after_module_proc' && Context::getResponseMethod() == "HTML" && Context::get('module') != 'admin' && !isCrawler())
|
||||
{
|
||||
Context::loadFile(array('./addons/photoswipe/PhotoSwipe/photoswipe.css', '', '', null), true);
|
||||
Context::loadFile(array('./addons/photoswipe/PhotoSwipe/default-skin/default-skin.css', '', '', null), true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue