PawelK43234

Untitled

Jul 18th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="{expression="\IPS\Member::loggedIn()->language()->bcp47()"}" dir="{{if member.language()->isrtl}}rtl{{else}}ltr{{endif}}">
  3. <head>
  4. <title>{expression="output.getTitle( $title )"}</title>
  5. {{if settings.ipbseo_ga_enabled}}
  6. {setting="ipseo_ga"}
  7. {{endif}}
  8. <!--[if lt IE 9]>
  9. {{foreach \IPS\Theme::i()->css( 'extra/ie8.css', 'core' ) as $css}}<link rel="stylesheet" type="text/css" href="{$css}">{{endforeach}}
  10. <script src="{url="applications/core/interface/html5shiv/html5shiv.js" base="none" protocol="\IPS\Http\Url::PROTOCOL_RELATIVE"}"></script>
  11. <![endif]-->
  12. {template="includeMeta" app="core" group="global" location="global" params=""}
  13. {template="includeCSS" app="core" group="global" location="global" params=""}
  14. {template="includeJS" if="theme.js_include != 'footer'" app="core" group="global" location="global" params=""}
  15. {template="favico" app="core" group="global" location="front" params=""}
  16. <link href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext" rel="stylesheet">
  17. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
  18. </head>
  19. <body class='ipsApp ipsApp_front {{if isset( \IPS\Request::i()->cookie['hasJS'] )}}ipsJS_has{{else}}ipsJS_none{{endif}} ipsClearfix{{foreach output.bodyClasses as $class}} {$class}{{endforeach}}' {{if output.globalControllers}}data-controller='{expression="implode( ',', output.globalControllers )"}'{{endif}} {{if isset( output.inlineMessage )}}data-message="{expression="output.inlineMessage"}"{{endif}} data-pageApp='{$location['app']}' data-pageLocation='front' data-pageModule='{$location['module']}' data-pageController='{$location['controller']}'>
  20. <a href='#elContent' class='ipsHide' title='{lang="jump_to_content_desc"}' accesskey='m'>{lang="jump_to_content"}</a>
  21. {template="offlineMessage" if="!settings.site_online && \IPS\Member::loggedIn()->group['g_access_offline']" app="core" group="global" params=""}
  22. <div id='ipsLayout_header' class='ipsClearfix'>
  23. {template="updateWarning" app="core" group="global" params=""}
  24. {template="lkeyWarning" app="core" group="global" location="global" params=""}
  25. {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="mobileNavBar" app="core" group="global" params=""}{{endif}}
  26. <header>
  27. <div class='ipsLayout_container'>
  28. {template="logo" app="core" group="global" params=""}
  29. {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="userBar" app="core" group="global" params=""}{{endif}}
  30. </div>
  31. </header>
  32. {template="navBar" app="core" group="global" params=""}
  33. </div>
  34. {template="aterium_news__partners" app="core" group="_aterium" params=""}
  35. <div class='ipsLayout_container'>
  36. {template="widgetContainer" group="global" app="core" params="'header', 'horizontal'"}
  37. </div>
  38. {template="aterium_news__partners" app="core" group="_aterium" params=""}
  39. <main id='ipsLayout_body' class='ipsLayout_container'>
  40. <div id='ipsLayout_contentArea'>
  41. <div id='ipsLayout_contentWrapper'>
  42. {template="breadcrumb" app="core" group="global" params="'top'"}
  43. {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"}
  44. <div id='ipsLayout_mainArea'>
  45. <a id='elContent'></a>
  46. {advertisement="ad_global_header"}
  47. {template="acknowledgeWarning" if="\IPS\Member::loggedIn()->members_bitoptions['unacknowledged_warnings']" params="\IPS\Member::loggedIn()->warnings( 1, FALSE )" group="global" app="core"}
  48. {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses ) and !member.members_bitoptions['profile_completion_dismissed'] and $nextStep = member.nextProfileStep()}}
  49. {template="profileNextStep" group="global" app="core" params="$nextStep, true"}
  50. {{endif}}
  51. {$html|raw}
  52. </div>
  53. {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"}
  54. </div>
  55. </div>
  56. {template="inlineMessage" if="member.msg_show_notification and $message = \IPS\core\Messenger\Conversation::latestUnreadMessage()" app="core" group="global" params="$message"}
  57. </main>
  58. <div id='ipsStatistic'>
  59. <div class='ipsLayout_container'>
  60. {template="widgetContainer" group="global" app="core" params="'footer', 'horizontal'"}
  61. </div>
  62. </div>
  63. <footer id='ipsLayout_footer' class='ipsClearfix'>
  64. <div class='ipsLayout_container'>
  65. {advertisement="ad_global_footer"}
  66. {template="footer" app="core" group="global" params=""}
  67. </div>
  68. </footer>
  69. {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="mobileNavigation" if="theme.responsive" app="core" group="global" params=""}{{endif}}
  70. {template="guestTermsBar" if="!\IPS\Member::loggedIn()->member_id and \IPS\Settings::i()->guest_terms_bar" app="core" group="global" params="base64_encode( \IPS\Settings::i()->base_url )"}
  71. {template="includeJS" if="theme.js_include == 'footer'" app="core" group="global" location="global" params=""}
  72. {template="viglink" if="settings.viglink_enabled" app="core" group="global" params=""}
  73. {template="metaTagEditor" if="isset( $_SESSION['live_meta_tags'] ) and $_SESSION['live_meta_tags'] and member.isAdmin()" app="core" group="global" params=""}
  74. <!--ipsQueryLog-->
  75. <!--ipsCachingLog-->
  76. {expression="output.endBodyCode" raw="true"}
  77. {{if settings.fb_pixel_enabled and settings.fb_pixel_id and $noscript = \IPS\core\Facebook\Pixel::i()->noscript()}}
  78. <noscript>
  79. {$noscript|raw}
  80. </noscript>
  81. {{endif}}
  82. </body>
  83. </html>
Add Comment
Please, Sign In to add comment