SilentLittleCat vor 7 Jahren
Ursprung
Commit
71f6517360
2 geänderte Dateien mit 7 neuen und 6 gelöschten Zeilen
  1. 6 6
      .idea/workspace.xml
  2. 1 0
      source/module/group/group_index.php

+ 6 - 6
.idea/workspace.xml

xqd xqd xqd
@@ -26,8 +26,8 @@
       <file leaf-file-name="group_index.php" pinned="false" current-in-tab="true">
         <entry file="file://$PROJECT_DIR$/source/module/group/group_index.php">
           <provider selected="true" editor-type-id="text-editor">
-            <state relative-caret-position="388">
-              <caret line="147" column="35" lean-forward="false" selection-start-line="147" selection-start-column="35" selection-end-line="147" selection-end-column="35" />
+            <state relative-caret-position="419">
+              <caret line="148" column="42" lean-forward="false" selection-start-line="148" selection-start-column="42" selection-end-line="148" selection-end-column="42" />
               <folding />
             </state>
           </provider>
@@ -237,12 +237,12 @@
       <workItem from="1524101424073" duration="15000" />
       <workItem from="1524727323225" duration="1868000" />
       <workItem from="1524830861798" duration="5000" />
-      <workItem from="1524881363592" duration="1197000" />
+      <workItem from="1524881363592" duration="1255000" />
     </task>
     <servers />
   </component>
   <component name="TimeTrackingManager">
-    <option name="totallyTimeSpent" value="20684000" />
+    <option name="totallyTimeSpent" value="20742000" />
   </component>
   <component name="ToolWindowManager">
     <frame x="-9" y="-9" width="1938" height="1048" extended-state="7" />
@@ -633,8 +633,8 @@
     </entry>
     <entry file="file://$PROJECT_DIR$/source/module/group/group_index.php">
       <provider selected="true" editor-type-id="text-editor">
-        <state relative-caret-position="388">
-          <caret line="147" column="35" lean-forward="false" selection-start-line="147" selection-start-column="35" selection-end-line="147" selection-end-column="35" />
+        <state relative-caret-position="419">
+          <caret line="148" column="42" lean-forward="false" selection-start-line="148" selection-start-column="42" selection-end-line="148" selection-end-column="42" />
           <folding />
         </state>
       </provider>

+ 1 - 0
source/module/group/group_index.php

xqd
@@ -146,6 +146,7 @@ if(!$metadescription) {
 }
 if(empty($curtype)) {
     print_r(template('common/header'));
+    print_r(template('common/header_no_nav'));
 	include template('diy:group/index');
 } else {
 	if(empty($sgid)) {